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

GetColSize

int GetColSize(int colnum)

Definition

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 the colnum is an invalid column number.

Java Script Example:

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

VBScript Example:

Dim x
x = document.sajsset.GetColSize(0)



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

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