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