MindFusion.Wpf Pack Programmer's Guide
WorkbookView Methods
 


 Public Methods

  Name Description

BeginEdit

Initiates in-place edit of the specified in-place editable object.

Copy

Copies the current selection to the clipboard.

Cut

Cuts the current selection to the clipboard.

EndEdit

Completes the in-place editing operation, previously started by a call to BeginEdit, and accept or cancel the change.

EnsureVisible

Scrolls the view so that the specified cell becomes visible.

Freeze

Sets the FirstFrozenColumn, FirstFrozenRow, FrozenColumnCount, and FrozenRowCount properties of the current worksheet, so that the active cell is the first unfrozen cell.

OnApplyTemplate

FrameworkElement.OnApplyTemplate override.

Paste

Pastes the information from the clipboard at the active cell in the current worksheet.

ResizeColumnsToFit

Resizes the columns in the specified range of the active worksheet to fit their content.

ResizeColumnToFit

Resizes a view column to fit its contents.

ResizeRowsToFit

Resizes the rows in the specified range of the active worksheet to fit their content.

ResizeRowToFit

Resizes a view row to fit its contents.

ToggleColumnOutline

Expands or collapses all groups at the specified outline level.

ToggleRowOutline

Expands or collapses all groups at the specified outline level.

Unfreeze

Unfreezes any frozen rows and columns in the current worksheet.

 Protected Methods

  Name Description

MeasureOverride

Control.MeasureOverride override.

OnActiveCellChanged

Raises the ActiveCellChanged event.

OnActiveWorksheetChanged

Raises the ActiveWorksheetChanged event.

OnCellClicked

Raises the CellClicked event.

OnCellSelectionChanged

Raises the CellSelectionChanged event.

OnColumnClicked

Raises the ColumnClicked event.

OnColumnGroupCollapsed

Raises the ColumnGroupCollapsed event.

OnColumnGroupExpanded

Raises the ColumnGroupExpanded event.

OnColumnOutlineLevelToggled

Raises the ColumnOutlineLevelToggled event.

OnColumnsMoved

Raises the ColumnsMoved event.

OnColumnsMoving

Raises the ColumnsMoving event.

OnColumnsResized

Raises the ColumnsResized event.

OnColumnsResizing

Raises the ColumnsResizing event.

OnHyperlinkClicked

Raises the HyperlinkClicked event.

OnInplaceEditEnded

Raises the InplaceEditEnded event.

OnInplaceEditEnding

Raises the InplaceEditEnding event.

OnInplaceEditStarted

Raises the InplaceEditStarted event.

OnInplaceEditStarting

Raises the InplaceEditStarting event.

OnKeyDown

UIElement.OnKeyDown override.

OnLostKeyboardFocus

UIElement.OnLostKeyboardFocus override.

OnMouseDown

UIElement.OnMouseDown override.

OnMouseMove

UIElement.OnMouseMove override.

OnMouseUp

UIElement.OnMouseUp override.

OnMouseWheel

UIElement.OnMouseWheel override.

OnObjectClicked

Raises the ObjectClicked event.

OnObjectDeleted

Raises the ObjectDeleted event.

OnObjectDeleting

Raises the ObjectDeleting event.

OnObjectDeselected

Raises the ObjectDeselected event.

OnObjectModified

Raises the ObjectModified event.

OnObjectModifyCancelled

Raises the ObjectModifyCancelled event.

OnObjectModifying

Raises the ObjectModifying event.

OnObjectSelected

Raises the ObjectSelected event.

OnObjectSelecting

Raises the ObjectSelecting event.

OnObjectStartModifying

Raises the ObjectStartModifying event.

OnRowClicked

Raises the RowClicked event.

OnRowGroupCollapsed

Raises the RowGroupCollapsed event.

OnRowGroupExpanded

Raises the RowGroupExpanded event.

OnRowOutlineLevelToggled

Raises the RowOutlineLevelToggled event.

OnRowsMoved

Raises the RowsMoved event.

OnRowsMoving

Raises the RowsMoving event.

OnRowsResized

Raises the RowsResized event.

OnRowsResizing

Raises the RowsResizing event.

OnTextInput

UIElement.OnTextInput override.

OnWorksheetTabClicked

Raises the WorksheetTabClicked event.

 See Also

WorkbookView Class
MindFusion.Spreadsheet.Wpf Namespace