Count Property [GridStatistics]

Count returns the number of z values in the grid. Returns a long. It is a read-only property.

Syntax

object. Count

Example

The following example demonstrates how to return the number of z values in the grid.

Debug.Print GridStatistics.Count

Used by: GridStatistics Object and GridStatisticsXYZC Object