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