'Declaration Public Function GetValue( _ ByVal row As System.Integer _ ) As System.Object
'Usage Dim instance As Column Dim row As System.Integer Dim value As System.Object value = instance.GetValue(row)
public System.object GetValue( System.int row )
Parameters
- row
- The row index.
Return Value
Returns the cell's value.