Click or drag to resize

WorksheetController Fields

The WorksheetController type exposes the following members.

Fields
 NameDescription
Protected field_cellEdit_IsArmed 
Protected field_cellEdit_IsModified 
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
(Inherited from AbstractViewContent)
Protected field_isSelected
(Inherited from AbstractViewContent)
Protected field_isVisible
(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
(Inherited from AbstractViewContent)
Protected field_titleToBeLocalized
(Inherited from AbstractViewContent)
Protected field_weakEventHandlerDataColumnChanged 
Protected field_weakEventHandlerForLayout_TunneledEvent 
Protected field_weakEventHandlerForTable_Changed 
Protected field_weakEventHandlerForTable_TunneledEvent 
Protected field_weakEventHandlerPropertyColumnChanged 
Protected field_worksheetLayout 
Top
See Also