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)
Syntaxpublic T getCell<T>(
int col
)
Public Function getCell(Of T) (
col As Integer
) As T
public:
generic<typename T>
T getCell(
int col
)
member getCell :
col : int -> 'T
Parameters
- col
- Type: SystemInt32
Index of column to retrieve
Type Parameters
- T
- type to attempt to cast data into
Return Value
Type:
TObject, cast to appropriate type
Exceptions
See Also