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

GetColSize

long GetColSize(long colnum)
Gets the size of the requested column (zero based). This is the length of the largest string for all rows in the row set for the requested column. Returns 0 if colnum is an invalid column number.

Java Script Example:

var x;
x = sajsset.GetColSize(0);

VBScript Example:

Dim x
x = sajsset.GetColSize(0)


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

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