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.
var x; x = sajsset.GetColSize(0);
Dim x x = sajsset.GetColSize(0)