NRows Property [AutoGriddingObj]

The NRows property returns or sets how many rows are to be generated for the grid when gridding the data file. Returns a Long.

Syntax

object.NRows

object.NRows = NRows

 

Parameter Type Description
NRows Long required

 

Example

This example shows how to set the number of rows in a gridding object.

ContGrid.NRows = 100

 

Used by: AutoGriddingObj object