|

Redraw


(boolean) Whether the grid should be automatically redrawn after the operation. Usually you will want to set this to true. However there may be times when you want to perform a lot of grid actions and delay the redraw until later. This is an optional argument. If omitted it will default to true.



VALUE DESCRIPTION


true


Automatically redraw the grid after the operation. (Default)


false


Delay the redraw until later.


Re t u r n s


Nothing. You can use Application.GetLastError to determine whether this action failed, and why.


See also: Related Actions


image

image

Grid.GetCellColors

OverviewExamples

table Grid.GetCellColors ( string ObjectName,


number Row,


number Column )


De s cr ip t ion


Gets the background and text colors of a cell as a table with indexes Background and Text.


P arame t er s


ObjectName


(string) The name of the grid object.


|