|

Colors


(table) A table with the following indexes:



KEY


TYPE DESCRIPTION


GridBackground


number


The color value of the grid's background. If this value is GRID_CLR_DEFAULT (4278190080) then the grid is set to the default color according to the user's Windows color scheme. You can use the Grid.MakeColorRGB action to help make colors.


GridLines


number


The color value of the grid's lines. If this value is GRID_CLR_DEFAULT (4278190080) then the grid lines are set to the default color according to the user's Windows color scheme.


TooltipBackground


number


The color value of the grid tooltip's background. If this value is GRID_CLR_DEFAULT (4278190080) then the tooltip background is set to the default color according to the user's Windows color scheme.


TooltipText


number


The color value of the grid tooltip's text. If this value is GRID_CLR_DEFAULT (4278190080) then the tooltip text is set to the default color according to the user's Windows color scheme.


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.SetGridLines

OverviewExamples


Grid.SetGridLines ( string ObjectName,


number GridLines )


De s cr ip t ion


Sets whether the grid lines are displayed in a grid object.


P arame t er s


ObjectName


(string) The name of the grid object.


|