IRadioButtons
Add Method (Int32, Int32)
|
Adds a option button with default size.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
IRadioButton Add(
int row,
int column
)
Function Add (
row As Integer,
column As Integer
) As IRadioButton
IRadioButton^ Add(
int row,
int column
)
abstract Add :
row : int *
column : int -> IRadioButton
Parameters
-
row
-
Type:
System
Int32
-
column
-
Type:
System
Int32
Return Value
Type:
IRadioButton
See Also