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
Display3DShading
public bool Display3DShading { get; set; }
Property Value
HAlignment
public CommentHAlignType HAlignment { get; set; }
Property Value
IsFirstButton
public bool IsFirstButton { get; }
Property Value
IsTextLocked
public bool IsTextLocked { get; set; }
Property Value
LinkedCell
Gets or sets the range linked to the shape's value.
public IXLSRange LinkedCell { get; set; }
Property Value
RichText
public RichTextString RichText { set; }
Property Value
ShapeType
public ExcelShapeType ShapeType { get; }
Property Value
Text
public string Text { get; set; }
Property Value
TextRotation
public TextRotationType TextRotation { get; set; }
Property Value
VAlignment
public CommentVAlignType VAlignment { get; set; }
Property Value
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
objecthashNewNames
Dictionary<string, string>dicFontIndexes
Dictionary<int, int>addToCollections
bool