Search
WorksheetView Methods
 


 Public Methods

  Name Description

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.

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.

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.

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.

OnPropertyChanged

Raises the PropertyChanged event.

OnResize

UserControl.OnResize override.

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.

 See Also