Click or drag to resize

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)
Syntax
public T getCell<T>(
	int row,
	int col
)

Parameters

row
Type: SystemInt32
Row
col
Type: SystemInt32
Column

Type Parameters

T
Type to attempt to return data as

Return Value

Type: T
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionThrown if the given row and column are not inside the BaseDataFrame
See Also