Table of Contents

Interface IRadioButtons

Namespace
Spire.Xls.Core
Assembly
Spire.XLS.dll
public interface IRadioButtons

Properties

Count

int Count { get; }

Property Value

int

this[int]

IRadioButton this[int index] { get; }

Parameters

index int

Property Value

IRadioButton

this[string]

IRadioButton this[string name] { get; }

Parameters

name string

Property Value

IRadioButton

Methods

Add()

IRadioButton Add()

Returns

IRadioButton

Add(int, int)

IRadioButton Add(int row, int column)

Parameters

row int
column int

Returns

IRadioButton

Add(int, int, int, int)

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

Parameters

row int
column int
height int
width int

Returns

IRadioButton