C++
virtual const ACHAR* textStringConst( int row, int col ) const;
Description
This function returns a copy of the null-terminated text string in the specified cell.
Parameters
Parameters | Description |
---|---|
row | Input integer specifying the zero-based row index for the cell |
col | Input integer specifying the zero-based column index for the cell |