Click or drag to resize

WorksheetController Fields

The WorksheetController type exposes the following members.

Fields
 NameDescription
Protected field_cellEdit_IsArmed Indicates whether cell editing is currently armed.
Protected field_cellEdit_IsModified Indicates whether the current cell-edit content was modified.
Protected field_columnWidthResizingPositionsList of x positions where the horizontal resizing cursor should be shown in order to resize the columns.
Protected field_columnWidthResizingPositionsFirstColumnIndexIndex of the first data column that was shown when the list of resizing positions was created.
Protected field_isActive Stores whether the view content is active.
(Inherited from AbstractViewContent)
Protected field_isSelected Stores whether the view content is selected.
(Inherited from AbstractViewContent)
Protected field_isVisible Stores whether the view content is visible.
(Inherited from AbstractViewContent)
Protected field_lastSelectionTypeWhich selection was done last: selection (i) a data column, (ii) a data row, or (iii) a property column.
Protected field_numberOfPropertyCols Cached number of property columns.
Protected field_numberOfTableCols Cached number of table columns.
Protected field_numberOfTableRows Cached number of table rows.
Protected field_selectedDataColumns Holds the indizes to the selected data columns.
Protected field_selectedDataRows Holds the indizes to the selected rows.
Protected field_selectedPropertyColumns Holds the indizes to the selected property columns.
Protected field_selectedPropertyRows Holds the indizes to the selected property rows (but only in case property cells are selected alone).
Protected field_tableHolds the data table cached from the layout.
Protected field_title Stores the current title.
(Inherited from AbstractViewContent)
Protected field_titleToBeLocalized Stores the localized title source.
(Inherited from AbstractViewContent)
Protected field_weakEventHandlerDataColumnChanged Weak event handler for data-column changes.
Protected field_weakEventHandlerForLayout_TunneledEvent Weak event handler for tunneled events raised by the worksheet layout.
Protected field_weakEventHandlerForTable_Changed Weak event handler for changes on the worksheet table.
Protected field_weakEventHandlerForTable_TunneledEvent Weak event handler for tunneled events raised by the worksheet table.
Protected field_weakEventHandlerPropertyColumnChanged Weak event handler for property-column changes.
Protected field_worksheetLayout Holds the worksheet layout controlled by this instance.
Top
See Also