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