Table of Contents

Class XlsRadioButtonShape

Namespace
Spire.Xls.Core.Spreadsheet.Shapes
Assembly
Spire.XLS.dll
public class XlsRadioButtonShape : XlsShape, IDisposable, ICloneParent, INamedObject, IRadioButton, IShape, IExcelApplication
Inheritance
XlsRadioButtonShape
Implements
Inherited Members

Properties

CheckState

public CheckState CheckState { get; set; }

Property Value

CheckState

Display3DShading

public bool Display3DShading { get; set; }

Property Value

bool

HAlignment

public CommentHAlignType HAlignment { get; set; }

Property Value

CommentHAlignType

IsFirstButton

public bool IsFirstButton { get; }

Property Value

bool

IsTextLocked

public bool IsTextLocked { get; set; }

Property Value

bool

LinkedCell

Gets or sets the range linked to the shape's value.

public IXLSRange LinkedCell { get; set; }

Property Value

IXLSRange

RichText

public RichTextString RichText { set; }

Property Value

RichTextString

ShapeType

public ExcelShapeType ShapeType { get; }

Property Value

ExcelShapeType

Text

public string Text { get; set; }

Property Value

string

TextRotation

public TextRotationType TextRotation { get; set; }

Property Value

TextRotationType

VAlignment

public CommentVAlignType VAlignment { get; set; }

Property Value

CommentVAlignType

Methods

Clone(object, Dictionary<string, string>, Dictionary<int, int>, bool)

public override IShape Clone(object parent, Dictionary<string, string> hashNewNames, Dictionary<int, int> dicFontIndexes, bool addToCollections)

Parameters

parent object
hashNewNames Dictionary<string, string>
dicFontIndexes Dictionary<int, int>
addToCollections bool

Returns

IShape