NFilled Property
The NFilled property returns the number of filled nodes in the grid file. Returns a Long. This is a read-only property.
Syntax
object.NFilled
object.NFilled =NFilled
Example
This example shows how to return the number of filled nodes in a grid.
Debug.Print grid.NFilled
Used by: AutoGrid object