[Top] [Prev] [Next] [Bottom]
[Contents]
getColNumByName
int getColNumByName(String)
Definition
Gets the zero based column number of the requested column name. Returns -1 if the column name is not found.
var x;
x = document.sajsset.GetColNumByName("au_id");
VBScript Example:
Dim x
x = document.sajsset.GetColNumByName("au_id")
[Top] [Prev] [Next] [Bottom]
[Contents]
info@bluestone.com
Copyright © 1997, Bluestone. All rights
reserved.