Column
(number) The (zero-based) index of the column.
Re t u r n s
(table) A table indexed by the following values. If the object cannot be found or an error occurs, nil will be returned.
KEY |
TYPE DESCRIPTION |
|
Background |
number |
The color value of the cell's background. If this value is GRID_CLR_DEFAULT (4278190080) then the cell is set to the default color for cells according to the user's Windows color scheme. |
Text |
number |
The color value of the cell's text. If this value is GRID_CLR_DEFAULT (4278190080) then the cell is set to the default color for cells according to the user's Windows color scheme. |
You can use Application.GetLastError to determine whether this action failed, and why.