Click or drag to resize

WorksheetController Methods

The WorksheetController type exposes the following members.

Methods
 NameDescription
Public methodAdjustXScrollBarMaximum 
Public methodAdjustXScrollBarViewPortSizeAdjusts the X scroll bar view port size (=size of the thumb). Should be called after the XScrollbarMaximum is adusted or when the width of the columns changed considerably. Here, we want to avoid that the thumb size changed when we scroll through the worksheet. Thus, we calculate a average value for the thumb size that is relation of the table area width and the total width of all data columns.
Public methodAdjustYScrollBarMaximum 
Public methodApply 
Public methodBuildNavPoint
(Inherited from AbstractViewContent)
Protected methodCanClose
(Inherited from AbstractViewContent)
Public methodClearAllSelections Clears all selections of columns, rows or property columns.
Public methodClearIsDirty
(Inherited from AbstractViewContent)
Public methodCopy 
Public methodCreateResizingPositions 
Public methodCut 
Public methodDelete 
Public methodDispose
(Overrides AbstractViewContentDispose)
Public methodEhPropertyDataChanged 
Public methodEhTable_Changed 
Public methodEhTableDataChanged 
Protected methodEhTitleLocalizationChanged
(Inherited from AbstractViewContent)
Public methodEhView_HorzScrollBarScroll 
Public methodEhView_KeyDown 
Public methodEhView_TableAreaMouseClick 
Public methodEhView_TableAreaMouseDoubleClick 
Public methodEhView_TableAreaMouseDown 
Public methodEhView_TableAreaMouseMove 
Public methodEhView_TableAreaMouseUp 
Public methodEhView_TableAreaMouseWheel Handles the mouse wheel event.
Public methodEhView_TableAreaSizeChanged 
Public methodEhView_VertScrollBarScroll 
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetDataColumnStyle Retrieves the column style for the data column with index i.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetPropertyColumnStyle Retrieves the column style for the property column with index i.
Public methodGetService(Type)
(Inherited from AbstractViewContent)
Public methodGetServiceT
(Inherited from AbstractViewContent)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodInitializeDocument 
Protected methodInternalInitializeWorksheetLayout 
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodNavigateCellEdit NavigateCellEdit moves the cell edit control to the next cell
Protected methodNavigatePropertyCellEdit NavigatePropertyCellEdit moves the cell edit control to the next cell
Protected methodNavigateTableCellEdit NavigateTableCellEdit moves the cell edit control to the next cell
Public methodNotifyContentIdChanged Can be used to notify the view content that the ContentId maybe has changed.
(Inherited from AbstractViewContent)
Protected methodOnClose
(Inherited from AbstractViewContent)
Public methodOnIsDirtyChanged
(Inherited from AbstractViewContent)
Protected methodOnLeftClickDataCell 
Protected methodOnLeftClickDataColumnHeader 
Protected methodOnLeftClickDataRowHeader 
Protected methodOnLeftClickOutsideAll 
Protected methodOnLeftClickPropertyCell 
Protected methodOnLeftClickPropertyColumnHeader 
Protected methodOnLeftClickTableHeader 
Protected methodOnPropertyChanged
(Inherited from AbstractViewContent)
Protected methodOnRightClickDataCell 
Protected methodOnRightClickDataColumnHeader 
Protected methodOnRightClickDataRowHeader 
Protected methodOnRightClickOutsideAll 
Protected methodOnRightClickPropertyCell 
Protected methodOnRightClickPropertyColumnHeader 
Protected methodOnRightClickTableHeader 
Public methodPaste 
Public methodRevert Try to revert changes to the model, i.e. restores the original state of the model.
Public methodSelectAll 
Protected methodSetCachedNumberOfDataColumns 
Protected methodSetCachedNumberOfDataRows 
Protected methodSetCachedNumberOfPropertyColumns 
Public methodSetDirty
(Inherited from AbstractViewContent)
Public methodSetDisposeInProgress Announces that this view content is about to be disposed very soon. The view content should remain passiv (e.g. should not react to events any more), but should not release its resources yet (this is done later in Dispose).
(Inherited from AbstractViewContent)
Protected methodSetLocalizedInfoTip Sets a localized info tip that will update automatically when the language changes.
(Inherited from AbstractViewContent)
Protected methodSetLocalizedTitle Sets a localized title that will update automatically when the language changes.
(Inherited from AbstractViewContent)
Protected methodSetMemberVariablesToDefault Set the member variables to default values. Intended only for use in constructors and deserialization code.
Protected methodSetScrollPositionTo SetScrollPositions only sets the scroll positions, and not Invalidates the Area!
Public methodTableAreaInvalidate 
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also