BaseDataItemgetCellAsString Method |
Namespace:
Kratos_3.Network
Assembly:
Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntaxpublic string getCellAsString(
int col
)
Public Function getCellAsString (
col As Integer
) As String
public:
String^ getCellAsString(
int col
)
member getCellAsString :
col : int -> string
Parameters
- col
- Type: SystemInt32
Return Value
Type:
String
See Also