NCols Property [AutoGriddingObj]
The NCols property returns or sets how many columns are to be generated for the grid when gridding the data file. Returns a Long.
Syntax
object.NCols
object.NCols = NCols
Parameter | Type | Description |
NCols | Long | required |
Example
This example shows how to set the number of columns in a gridding object.
ContGrid.NCols = 100
Used by: AutoGriddingObj object