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 Gets the command that closes the view content.
(Inherited from AbstractViewContent)
Public propertyCloseWithSolution Gets whether this view content should be closed when the solution is closed.
(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 This returns the Table that is managed by this controller.
Public propertyEnableCopy Gets a value indicating whether the copy command is currently enabled.
Public propertyEnableCut Gets a value indicating whether the cut command is currently enabled.
Public propertyEnableDelete Gets a value indicating whether the delete command is currently enabled.
Public propertyEnablePaste Gets a value indicating whether the paste command is currently enabled.
Public propertyEnableSelectAll Gets a value indicating whether the select-all command is currently enabled.
Public propertyFirstVisibleColumn Gets or sets the index of the first visible data column.
Public propertyFirstVisiblePropertyColumn Gets the index of the first visible property column.
Public propertyFirstVisibleTableRow Gets the index of the first visible table row.
Public propertyFullyVisibleColumns Gets the number of fully visible data columns.
Public propertyFullyVisiblePropertyColumns Gets the number of fully visible property columns.
Public propertyFullyVisibleTableRows Gets the number of fully visible table rows.
Public propertyHorzScrollMaximum Gets or sets the maximum horizontal scroll position.
Public propertyHorzScrollPos Gets or sets the horizontal scroll position.
Public propertyIconSource Gets or sets the icon source.
(Inherited from AbstractViewContent)
Public propertyInfoTip Gets or sets the informational tooltip for the view content.
(Inherited from AbstractViewContent)
Public propertyInitiallyFocusedControl Gets the control which has focus initially.
(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 If this property returns true the content has changed since the last load/save operation.
(Inherited from AbstractViewContent)
Public propertyIsDisposed Gets a value indicating whether the view content has been disposed.
(Inherited from AbstractViewContent)
Public propertyIsDisposeInProgress Gets or sets a value indicating whether disposal is in progress.
(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 Gets the index of the last fully visible data column.
Public propertyLastFullyVisiblePropertyColumn Gets the index of the last fully visible property column.
Public propertyLastFullyVisibleTableRow Gets the index of the last fully visible table row.
Public propertyLastVisibleTableRow Gets the index of the last visible table row.
Public propertyModelObject Gets the model (document) that this controller manages.
(Overrides AbstractViewContentModelObject)
Public propertyRemainingEnabledPropertyColumnsReturns the remaining number of property columns that could be shown below the current scroll position.
Public propertySelectedDataColumns Gets 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 Gets or sets the service container for the view content.
(Inherited from AbstractViewContent)
Public propertyTableAreaHeight Gets the height of the visible table area.
Public propertyTableAreaWidth Gets the width of the visible table area.
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 Sets whether or not a copy of the document is used. If set to true, a copy of the document is used, so if the controller is not applied, all changes can be reverted. If set to false, no copy must be made. The document is directly changed by the controller, and changes cannot be reverted. Use the last option if a controller higher in the hierarchy has already made a copy of the document.
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 Gets or sets the maximum vertical scroll position.
Public propertyViewObject Gets or sets the GUI element that shows the model to the user.
(Overrides AbstractViewContentViewObject)
Public propertyVisibleColumns Gets the number of visible data columns.
Public propertyVisiblePropertyColumns Gets the number of visible property columns.
Public propertyVisibleTableRows Gets the number of visible table rows.
Public propertyWorksheetLayout Gets the worksheet layout managed by this controller.
Top
See Also