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