Grid.GetSize

table Grid.GetSize ( 

string ObjectName )

Example 1

scores_size = Grid.GetSize("Scores");

Gets the pixel dimensions of the "Scores" grid object and stores the width and height values in the "scores_size" table. The dimensions can be accessed by referencing scores_size.Width and scores_size.Height.

See also:  Related Actions