Grid.IsCellVisible

boolean Grid.IsCellVisible ( 

string ObjectName,

number Row,

number Column )

Example 1

bIsVisible = Grid.IsCellVisible("Grid1", 0, 0);

Returns true if the top-left cell is visible.

See also:  Related Actions