Statistics [Grid]
Statistics returns the grid statistics object for the grid. Returns a GridStatistics object.
Syntax
object. Statistics
Example
The following example demonstrates how to return the mean of the grid.
Debug.Print Grid.Statistics.Mean
Used by: Grid Object , GridXYZC object