AutoCols Property

The AutoCols property returns or sets if the default number of columns value of the grid data should be automatically used when gridding the data. Returns a Boolean.

Syntax

object.AutoCols

object.AutoCols = AutoCols

 

Parameter Type Description
AutoCols Boolean required, true to use the default columns value

 

Example

This example shows how to set the number of columns to custom for the gridding object.

ContGrid.AutoCols = False

 

Used by: AutoGriddingObj object