Class RadioButtonCollection
- Namespace
- Spire.Xls.Core.Spreadsheet.Collections
- Assembly
- Spire.XLS.dll
public class RadioButtonCollection : CollectionExtended<object>, IList<object>, ICollection<object>, IEnumerable<object>, IEnumerable, IExcelApplication, ICloneParent, IRadioButtons
- Inheritance
-
RadioButtonCollection
- Implements
- Inherited Members
Fields
AverageHeight
public const int AverageHeight = 20
Field Value
AverageWidth
public const int AverageWidth = 140
Field Value
Properties
this[int]
Returns single item from the collection.
public IRadioButton this[int index] { get; }
Parameters
index
int
Property Value
this[string]
Gets single item from the collection.
public IRadioButton this[string name] { get; }
Parameters
name
string
Property Value
Methods
Add()
Adds Option button default Dimension
public IRadioButton Add()
Returns
- IRadioButton
returns option button shape
Add(int, int)
Adds the Shape with default size
public IRadioButton Add(int row, int column)
Parameters
Returns
Add(int, int, int, int)
Adds new RadioButton to the collection.
public IRadioButton Add(int row, int column, int height, int width)
Parameters
row
intTop row for the new shape.
column
intLeft column for the new shape.
height
intHeight in pixels of the new shape.
width
intWidth in pixels of the new shape.
Returns
- IRadioButton
Newly created TextBox object.
AddCopy(IRadioButton)
public void AddCopy(IRadioButton source)
Parameters
source
IRadioButton
Clear()
public void Clear()