NewGrid

NewGrid creates a new grid object. Returns a Grid object.

Syntax

object.NewGrid

Example 1

This example demonstrates how to create a new grid object.

Dim Grid As Object

Set Grid = SurferApp.NewGrid

Example 2

This script displays all the methods in the Application object.

Used by: Application object