autosize: aBooleanSpecifies whether the column width should be autosized.
attributeName: aSymbolSpecifies selector sent to the row object to retrieve the data for the cell.
characterValidation: aSymbolSpecifies the character validation function to use with values entered into cells within the column.
disabledAttributeName: aSymbolSpecifies selector sent to the row object to determine whether a cell should be disabled.
editable: aBoolean
Specifies whether the cells in this column are editable.
etched: aBoolean
Specifies whether this column is to be etched.
heading: aString
Specifies the heading object to be displayed at the top of the column.
headingEtched: aBoolean
Specifies whether this column’s heading is to be etched.
horizontalAlignment: anInteger
Specifies how the cells in this column should be aligned horizontally.
listAttributeName: aSymbolSpecifies selector sent to the row object to retrieve a list of values to populate the drop down list in the cell.
minWidth: anIntegerSpecifies the minimum width of the column in pixels. This minimum applys to autosizing and user resizing operations.
reorderable: aBooleanSpecifies whether the column is reorderable (can be draged left and right).
resizable: aBoolean
Specifies whether the column is resizable by the user. If so, the user can drag the right side of the column heading to change the column width
showInUse: aBoolean
Specifies whether the column should show the inUse emphasis for each item.
sortable: aBooleanSpecifies whether the column is sortable.
verticalAlignment: anInteger
Specifies how the cells and heading in this column should be aligned vertically.
width: anInteger
Specifies the width of the column in pixels. This does not includes the width of any emphasis or vertical separator.
Resized
These events are triggered when the column is resized.
Copyright 2005, 2020 Instantiations, Inc. All rights reserved.