|  | Aqualogic Interaction API | |
| IPTQueryResult.ItemAsString Method |
Returns the value of a "cell" in this IPTQueryResult.
string ItemAsString(
int nRow,
int nPropID
);
Parameters
-
nRow
- the row number (a zero based index)
-
nPropID
- the property ID of the desired property (from PT_PROPIDS)
Return Value
the cell value, as a string
See Also
IPTQueryResult Interface | com.plumtree.server Namespace