GridFileName

GridFileName returns or sets the grid file used in the GridMathInput object before the GridMath2 operation. Returns a string.

Syntax

object. GridFileName

object. GridFileName = GridFileName

Parameter

Type

Description

GridFileName

string

required, returns or sets the grid file

Example 1

This example returns the grid file name to the immediate pane of the debug window.

'Return the name of the grid file to the Immediate Pane of the Debug window

Debug.Print InGrids(1).GridFileName

Used by: GridMathInput object