Grid.Print

Grid.Print ( 

string  ObjectName,

boolean WYSIWYG = false,

boolean ShadedPrintOut = true,

table   MarginInfo = nil )

Example 1

Grid.Print("Grid1", false, true, nil);

Prints the contents of "Grid1"

See also:  Related Actions