'Declaration Public Overloads Function Add( _ ByVal value As GridRow _ ) As System.Integer
public System.int Add( GridRow value )
Parameters
- value
- The GridRow to add to the list.
Return Value
The index of the new row in the list.
'Declaration Public Overloads Function Add( _ ByVal value As GridRow _ ) As System.Integer
public System.int Add( GridRow value )