DataFramegetCellString Method |
Returns a datapoint at given row and column as string
Namespace:
Kratos_3.Network
Assembly:
Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntaxpublic string getCellString(
int row,
int col
)
Public Function getCellString (
row As Integer,
col As Integer
) As String
public:
String^ getCellString(
int row,
int col
)
member getCellString :
row : int *
col : int -> string
Parameters
- row
- Type: SystemInt32
- col
- Type: SystemInt32
Return Value
Type:
String
See Also