'Declaration Public Overloads Function Add( _ ByVal row As System.Integer _ ) As System.Integer
public System.int Add( System.int row )
Parameters
- row
- Row number to add.
Return Value
The index at which the row has been added.
'Declaration Public Overloads Function Add( _ ByVal row As System.Integer _ ) As System.Integer
public System.int Add( System.int row )