Click or drag to resize

WorksheetController Properties

The WorksheetController type exposes the following members.

Properties
 NameDescription
Public propertyAreColumnsOrRowsSelected Returns true if one or more columns, rows or property columns or rows are selected.
Public propertyAreDataCellsSelected Returns true if one or more data columns or rows are selected.
Public propertyArePropertyCellsSelected Returns true if one or more property columns or rows are selected.
Public propertyCloseCommand
(Inherited from AbstractViewContent)
Public propertyCloseWithSolution
(Inherited from AbstractViewContent)
Public propertyContentId Gets or sets the content identifier. Here, the content identifier is calculated of the reference hash of the document. Setting is not implemented here.
(Inherited from AbstractViewContent)
Public propertyDataTable 
Public propertyEnableCopy 
Public propertyEnableCut 
Public propertyEnableDelete 
Public propertyEnablePaste 
Public propertyEnableSelectAll 
Public propertyFirstVisibleColumn 
Public propertyFirstVisiblePropertyColumn 
Public propertyFirstVisibleTableRow 
Public propertyFullyVisibleColumns 
Public propertyFullyVisiblePropertyColumns 
Public propertyFullyVisibleTableRows 
Public propertyHorzScrollMaximum 
Public propertyHorzScrollPos 
Public propertyIconSource
(Inherited from AbstractViewContent)
Public propertyInfoTip
(Inherited from AbstractViewContent)
Public propertyInitiallyFocusedControl
(Inherited from AbstractViewContent)
Public propertyIsActive Gets or sets a value indicating whether the view of this instance is active in the UI.
(Inherited from AbstractViewContent)
Public propertyIsContentVisible Gets a value indicating whether the content of this document window is visible (it is if either IsActive or IsSelected is visible.
(Inherited from AbstractViewContent)
Public propertyIsDirty
(Inherited from AbstractViewContent)
Public propertyIsDisposed
(Inherited from AbstractViewContent)
Public propertyIsDisposeInProgress
(Inherited from AbstractViewContent)
Public propertyIsReadOnly Gets if the view content is read-only (can be saved only when choosing another file name).
(Inherited from AbstractViewContent)
Public propertyIsSelected Gets or sets a value indicating whether the view of this instance is selected (e.g. inside its container).
(Inherited from AbstractViewContent)
Public propertyIsViewOnly Gets if the view content is view-only (cannot be saved at all).
(Inherited from AbstractViewContent)
Public propertyIsVisible Gets or sets the visibility of the document. If false, the document tab header is not visible (but the document itself maybe visible !). If true, the document tab header is visible (if it fits in the bar), and the document is visible, if it is selected, too.
(Inherited from AbstractViewContent)
Public propertyLastFullyVisibleColumn 
Public propertyLastFullyVisiblePropertyColumn 
Public propertyLastFullyVisibleTableRow 
Public propertyLastVisibleTableRow 
Public propertyModelObject
(Overrides AbstractViewContentModelObject)
Public propertyRemainingEnabledPropertyColumnsReturns the remaining number of property columns that could be shown below the current scroll position.
Public propertySelectedDataColumns Returns the currently selected data columns
Public propertySelectedDataRows Returns the currently selected data rows.
Public propertySelectedPropertyColumns Returns the currently selected property columns.
Public propertySelectedPropertyRows Returns the currently selected property rows if property cells are selected alone. If not selected alone, the SelectedColumn property is returned.
Public propertyServices
(Inherited from AbstractViewContent)
Public propertyTableAreaHeight 
Public propertyTableAreaWidth 
Public propertyTitle Gets/Sets the title of the current tab page. This value will be passed through the string parser before being displayed.
(Inherited from AbstractViewContent)
Public propertyTotalEnabledPropertyColumnsReturns number of property columns that are enabled for been shown on the grid.
Public propertyUseDocumentCopy 
Public propertyVerticalPositionOfFirstVisibleDataRow This returns the vertical position of the first visible data row.;
Public propertyVerticalScrollPosition The vertical scroll position is defined as following: If 0 (zero), the data row 0 is the first visible line (after the column header). If positive, the data row with the number of VertScrollPos is the first visible row. If negative, the property column with index PropertyColumnCount+VertScrollPos is the first visible line.
Public propertyVertScrollMaximum 
Public propertyViewObject
(Overrides AbstractViewContentViewObject)
Public propertyVisibleColumns 
Public propertyVisiblePropertyColumns 
Public propertyVisibleTableRows 
Public propertyWorksheetLayout 
Top
See Also