MindFusion WinForms Programmer's Guide
WorkbookView Methods
 


 Public Methods

  Name Description

BeginEdit

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

BringIntoView

Scrolls the view to make the specified cell visible.

Copy

Copies the data from the currently selected cells to the clipboard.

Cut

Cuts the data from the currently selected cells to the clipboard.

EndEdit

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

GetCellAt

Overloaded. Gets the cell at the specified coordinates.

Paste

Pastes the data from the clipboard inside the currently selected cells.

ResizeColumnsToFit

Resizes view columns to fit their contents.

ResizeColumnToFit

Resizes a view column to fit its contents.

ResizeRowsToFit

Resizes view rows to fit their contents.

ResizeRowToFit

Resizes a view row to fit its contents.

ToGlobalX

Converts the specified measure, relative to the left side of the specified cell, to a measure, relative to the left side of the entire worksheet.

ToGlobalY

Converts the specified measure, relative to the top side of the specified cell, to a measure, relative to the top side of the entire worksheet.

ToLocalX

Converts the specified measure, relative to the left side of the worksheet, to a measure, relative to the left side of the specified cell.

ToLocalY

Converts the specified measure, relative to the top side of the worksheet, to a measure, relative to the top side of the specified cell.

 Protected Methods

  Name Description

Dispose

Clean up any resources being used.

OnActiveCellChanged

Raises the ActiveCellChanged event.

OnActiveWorksheetChanged

Raises the ActiveWorksheetChanged event.

OnCellClicked

Raises the CellClicked 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.

OnDrawColumn

Raises the DrawColumn event.

OnDrawRow

Raises the DrawRow 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.

OnLoad

UserControl.OnLoad 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.

OnSelectionChanged

Raises the SelectionChanged event.

OnWorksheetAdded

Raises the WorksheetAdded event.

OnWorksheetRemoved

Raises the WorksheetRemoved event.

OnWorksheetRemoving

Raises the WorksheetRemoving event.

OnWorksheetRenamed

Raises the WorksheetRenamed event.

OnWorksheetRenameFailed

Raises the WorksheetRenameFailed event.

OnWorksheetTabClicked

Raises the WorksheetTabClicked event.

 See Also

WorkbookView Class
MindFusion.Spreadsheet Namespace