Sum Property [GridStatistics]
Sum returns the sum of the grid. Returns a double. It is a read-only property.
Syntax
object. Sum
Example
The following example demonstrates how to return the sum of the grid.
Debug.Print GridStatistics.Sum
Used by: GridStatistics Object and GridStatisticsXYZC Object