XmlDataFramegetCellAt Method |
Get the datapoint at the given row and column
Namespace:
Kratos_3.Network
Assembly:
Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntaxpublic string getCellAt(
int row,
int col
)
Public Function getCellAt (
row As Integer,
col As Integer
) As String
public:
String^ getCellAt(
int row,
int col
)
member getCellAt :
row : int *
col : int -> string
Parameters
- row
- Type: SystemInt32
Row - col
- Type: SystemInt32
Column
Return Value
Type:
String
Exceptions
See Also