Worksheet |
The WorksheetController type exposes the following members.
| Name | Description | |
|---|---|---|
| AreColumnsOrRowsSelected | Returns true if one or more columns, rows or property columns or rows are selected. | |
| AreDataCellsSelected | Returns true if one or more data columns or rows are selected. | |
| ArePropertyCellsSelected | Returns true if one or more property columns or rows are selected. | |
| CloseCommand |
Gets the command that closes the view content.
(Inherited from AbstractViewContent) | |
| CloseWithSolution |
Gets whether this view content should be closed when the solution is closed.
(Inherited from AbstractViewContent) | |
| ContentId |
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) | |
| DataTable | This returns the Table that is managed by this controller. | |
| EnableCopy | Gets a value indicating whether the copy command is currently enabled. | |
| EnableCut | Gets a value indicating whether the cut command is currently enabled. | |
| EnableDelete | Gets a value indicating whether the delete command is currently enabled. | |
| EnablePaste | Gets a value indicating whether the paste command is currently enabled. | |
| EnableSelectAll | Gets a value indicating whether the select-all command is currently enabled. | |
| FirstVisibleColumn | Gets or sets the index of the first visible data column. | |
| FirstVisiblePropertyColumn | Gets the index of the first visible property column. | |
| FirstVisibleTableRow | Gets the index of the first visible table row. | |
| FullyVisibleColumns | Gets the number of fully visible data columns. | |
| FullyVisiblePropertyColumns | Gets the number of fully visible property columns. | |
| FullyVisibleTableRows | Gets the number of fully visible table rows. | |
| HorzScrollMaximum | Gets or sets the maximum horizontal scroll position. | |
| HorzScrollPos | Gets or sets the horizontal scroll position. | |
| IconSource |
Gets or sets the icon source.
(Inherited from AbstractViewContent) | |
| InfoTip |
Gets or sets the informational tooltip for the view content.
(Inherited from AbstractViewContent) | |
| InitiallyFocusedControl |
Gets the control which has focus initially.
(Inherited from AbstractViewContent) | |
| IsActive |
Gets or sets a value indicating whether the view of this instance is active in the UI.
(Inherited from AbstractViewContent) | |
| IsContentVisible |
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) | |
| IsDirty |
If this property returns true the content has changed since
the last load/save operation.
(Inherited from AbstractViewContent) | |
| IsDisposed |
Gets a value indicating whether the view content has been disposed.
(Inherited from AbstractViewContent) | |
| IsDisposeInProgress |
Gets or sets a value indicating whether disposal is in progress.
(Inherited from AbstractViewContent) | |
| IsReadOnly |
Gets if the view content is read-only (can be saved only when choosing another file name).
(Inherited from AbstractViewContent) | |
| IsSelected |
Gets or sets a value indicating whether the view of this instance is selected (e.g. inside its container).
(Inherited from AbstractViewContent) | |
| IsViewOnly |
Gets if the view content is view-only (cannot be saved at all).
(Inherited from AbstractViewContent) | |
| IsVisible |
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) | |
| LastFullyVisibleColumn | Gets the index of the last fully visible data column. | |
| LastFullyVisiblePropertyColumn | Gets the index of the last fully visible property column. | |
| LastFullyVisibleTableRow | Gets the index of the last fully visible table row. | |
| LastVisibleTableRow | Gets the index of the last visible table row. | |
| ModelObject |
Gets the model (document) that this controller manages.
(Overrides AbstractViewContentModelObject) | |
| RemainingEnabledPropertyColumns | Returns the remaining number of property columns that could be shown below the current scroll position. | |
| SelectedDataColumns | Gets the currently selected data columns. | |
| SelectedDataRows | Returns the currently selected data rows. | |
| SelectedPropertyColumns | Returns the currently selected property columns. | |
| SelectedPropertyRows | Returns the currently selected property rows if property cells are selected alone. If not selected alone, the SelectedColumn property is returned. | |
| Services |
Gets or sets the service container for the view content.
(Inherited from AbstractViewContent) | |
| TableAreaHeight | Gets the height of the visible table area. | |
| TableAreaWidth | Gets the width of the visible table area. | |
| Title |
Gets/Sets the title of the current tab page.
This value will be passed through the string parser before being displayed.
(Inherited from AbstractViewContent) | |
| TotalEnabledPropertyColumns | Returns number of property columns that are enabled for been shown on the grid. | |
| UseDocumentCopy | 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. | |
| VerticalPositionOfFirstVisibleDataRow | This returns the vertical position of the first visible data row.; | |
| VerticalScrollPosition | 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. | |
| VertScrollMaximum | Gets or sets the maximum vertical scroll position. | |
| ViewObject |
Gets or sets the GUI element that shows the model to the user.
(Overrides AbstractViewContentViewObject) | |
| VisibleColumns | Gets the number of visible data columns. | |
| VisiblePropertyColumns | Gets the number of visible property columns. | |
| VisibleTableRows | Gets the number of visible table rows. | |
| WorksheetLayout | Gets the worksheet layout managed by this controller. |