Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public IRadioButton Add(
	int row,
	int column
)
Public Function Add ( 
	row As Integer,
	column As Integer
) As IRadioButton
public:
virtual IRadioButton^ Add(
	int row, 
	int column
) sealed
abstract Add : 
        row : int * 
        column : int -> IRadioButton 
override Add : 
        row : int * 
        column : int -> IRadioButton 

Parameters

row
Int32
column
Int32

Return Value

IRadioButton

Implements

IRadioButtons..::..Add(Int32, Int32)

See Also