UmraDataTable.GetCellText
long GetCellText(
[in] long RowIndex, [in] long ColumnIndex, [out] VARIANT* CellText)
Argument
|
Type
|
Description
|
RowIndex
|
In
|
The index of the row (0,1,2,…,N-1) that contains the requested cell.
|
ColumnIndex
|
In
|
The index of the column (0,1,2,…,M-1) that contains the requested cell.
|
CellText
|
Out
|
The result text value of the requested cell.
|
The interface method retrieves the text value from one specific cell of the table data. The method returns zero on success. If the cell does not exist or when the cell value cannot be converted into text, a non zero value is returned.
|