|

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


Focused


boolean


True if the cell has focus, false if it does not.


Selected


boolean


True if the cell is selected, false if it is not.


DropHighlighted


boolean


True if the cell is drop highlighted, false if it is not.


ReadOnly


boolean


True if the cell is read-only, false if it is not.


Fixed


boolean


True if the cell is fixed, false if it is not.


FixedRow


boolean


True if the cell is part of a fixed row, false if it is not.


FixedCol


boolean


True if the cell is part of a fixed column, false if it is not.


Modified


boolean


True if the cell has been modified, false if it has not.

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


|