[Top]
[Prev]
[Next]
[Bottom]
[Contents]
GetItem
BSTR GetItem(long r, long c)
Returns the data for the requested row and column (both zero-based). Returns empty string if c is an invalid column number or r is an invalid row number.
Java Script Example:
var x;
x = sajsset.GetItem(0, 0);
VBScript Example:
Dim x
x = sajsset.GetItem(0, 0)
[Top]
[Prev]
[Next]
[Bottom]
[Contents]
info@bluestone.com
Copyright © 1997, Bluestone. All rights reserved.