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