FileFormat Property

The FileFormat property returns the file format of the grid file. Returns a Long. This is a read-only property.

Syntax

object.FileFormat

object.FileFormat =FileFormat

Example

This example shows how to return the file format of the grid file.

Debug.Print Grid.FileFormat

 

Used by: AutoGrid object