Interface IRadioButtons
- Namespace
- Spire.Xls.Core
- Assembly
- Spire.XLS.dll
public interface IRadioButtons
Properties
Property Value
- int
IRadioButton this[int index] { get; }
Parameters
index
int
Property Value
- IRadioButton
IRadioButton this[string name] { get; }
Parameters
name
string
Property Value
- IRadioButton
Methods
Returns
- IRadioButton
IRadioButton Add(int row, int column)
Parameters
row
int
column
int
Returns
- IRadioButton
IRadioButton Add(int row, int column, int height, int width)
Parameters
row
int
column
int
height
int
width
int
Returns
- IRadioButton