FileName Property

FileName returns the filename of the grid (if any). Returns a string. This is a read-only property.

Syntax

object.FileName

Example 1

This example demonstrates how to return the name of the grid file used to construct a grid.

Debug.Print Grid.FileName

Used by: Grid object , GridXYZC object