Grid.IsCellFixed

boolean Grid.IsCellFixed ( 

string ObjectName,

number Row,

number Column )

Example 1

bFixed = Grid.IsCellFixed("Grid1", 4, 4);

Returns true if the cell in row 4 column 4 is fixed

See also:  Related Actions