Table of Contents

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

int

AverageWidth

public const int AverageWidth = 140

Field Value

int

Properties

this[int]

Returns single item from the collection.

public IRadioButton this[int index] { get; }

Parameters

index int

Property Value

IRadioButton

this[string]

Gets single item from the collection.

public IRadioButton this[string name] { get; }

Parameters

name string

Property Value

IRadioButton

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

row int

Top row for the new shape.

column int

Left column for the new shape

Returns

IRadioButton

Add(int, int, int, int)

Adds new RadioButton to the collection.

public IRadioButton Add(int row, int column, int height, int width)

Parameters

row int

Top row for the new shape.

column int

Left column for the new shape.

height int

Height in pixels of the new shape.

width int

Width 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()