Click or drag to resize

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
)

Parameters

row
Type: System Int32
column
Type: System Int32

Return Value

Type: IRadioButton
See Also