[Top] [Prev] [Next] [Bottom] [Contents]

SetItem

SetItem(int r, int c, String value) 

Definition

Sets the data item in the row set for the requested row and column (both zero based). Does nothing if c is an invalid column number or r is an invalid row number.

Java Script Example:

document.sajsset.SetItem(0, 0, "hello");

VBScript Example:

call document.sajsset.SetItem(0, 0, "hello")



[Top] [Prev] [Next] [Bottom] [Contents]

info@bluestone.com
Copyright © 1997, Bluestone. All rights reserved.