BaseDataFramegetCellT 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 T getCell<T>(
int row,
int col
)
Public Function getCell(Of T) (
row As Integer,
col As Integer
) As T
public:
generic<typename T>
T getCell(
int row,
int col
)
member getCell :
row : int *
col : int -> 'T
Parameters
- row
- Type: SystemInt32
Row - col
- Type: SystemInt32
Column
Type Parameters
- T
- Type to attempt to return data as
Return Value
Type:
T
Exceptions
See Also