Click or drag to resize

BaseDataItemgetCellT Method

Return the nth datapoint in this object as type T

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 col
)

Parameters

col
Type: SystemInt32
Index of column to retrieve

Type Parameters

T
type to attempt to cast data into

Return Value

Type: T
Object, cast to appropriate type
Exceptions
ExceptionCondition
InvalidCastExceptionThrown if datapoint cannot be cast to specified type
See Also