The following tables list the members exposed by WorkbookView.
Name | Description | |
---|---|---|
WorkbookView Constructor | Initializes a new instance of a WorkbookView control with the specified workbook. |
Name | Description | |
---|---|---|
ActiveCell | Returns the active cell of the active worksheet or null if there is no active worksheet. | |
ActiveCommandManager | Returns the CommandManager associated with the ActiveWorkbookSet of this workbook view. | |
ActiveSheet | Gets or sets the active sheet. | |
ActiveTabIndex | Gets or sets the active tab index. | |
ActiveWorkbook | Gets or sets the active workbook. | |
ActiveWorkbookSet | Gets or sets the workbook set associated with this workbook view. | |
ActiveWorkbookWindowInfo | Returns the window information for the active workbook or null if there is no active workbook. | |
ActiveWorksheet | Gets or sets the active worksheet. | |
ActiveWorksheetWindowInfo | Returns the window information for the active worksheet or null if there is no active worksheet. | |
AllowEditCommands | Gets or sets the property which specifies whether various workbook editing commands can be executed with the keyboard. | |
AllowRangeExplorer | Gets or sets the property which specifies whether the Range Explorer can be launched from the workbook view. | |
AllowShapeExplorer | Gets or sets the property which specifies whether the Shape Explorer can be launched from the workbook view. | |
AllowWorkbookDesigner | Gets or sets the property which specifies whether the Workbook Designer can be launched from the workbook view. | |
AllowWorkbookExplorer | Gets or sets the property which specifies whether the Workbook Explorer can be launched from the workbook view. | |
BackgroundCalculation | Gets or sets the property which specifies whether background calculation is enabled for the workbook set. | |
DisplayReference | Gets or sets the property which specifies which workbook or set of cell ranges to display in the workbook view. | |
DisplayReferenceName | Gets or sets the property which specifies the text to display on each of the "sheet tabs" of the workbook view. | |
ExtraColor | Gets or sets the color beyond the last row or column of the worksheet. | |
Focused | Overridden. | |
HollowSelection | Gets or sets the property which determines whether selections are painted with a hollow interior. If this property is set to true then only the border of the selected range will be painted. | |
RangeSelection | Gets or sets the selected range. | |
ShapeSelection | Gets or sets the selected shape range. |
Name | Description | |
---|---|---|
DefaultSize | Overridden. |
Name | Description | |
---|---|---|
BeginUpdate | Interrupts background calculation if necessary, acquires an exclusive lock on the workbook set associated with this WorkbookView, and suspends painting and events until EndUpdate is called. | |
Copy | Copy the contents of the current selection to the clipboard. | |
Cut | Cut the contents of the current selection to the clipboard. | |
Dispose | Overloaded. | |
EndUpdate | Restores painting and events to the state they were in before the last call to BeginUpdate, releases the lock acquired by BeginUpdate, and starts background calculation if appropriate. | |
GetLock | Interrupts background calculation if necessary and acquires an exclusive lock on the workbook set associated with this WorkbookView. | |
LocationToRange | Overloaded. Returns an instance of IRange representing the cell at the specified location or null if there is none. | |
Paste | Paste the clipboard contents to the current selection. | |
PasteSpecial | Paste the clipboard contents to the current selection using the specified options. | |
Prints the active worksheet. | ||
PrintPreview | Shows a print preview of the active worksheet. | |
RangeToLocation | Overloaded. Returns the screen coordinates of the fractional zero based row and columns. | |
ReleaseLock | Releases a lock acquired with GetLock and starts background calculation if appropriate. | |
RewindLock | Interrupts background calculation if necessary and restores locks to the state they were in before UnwindLock was called. | |
UnwindLock | Unwinds the locks for the workbook set associated with this workbook view. |
Top
Name | Description | |
---|---|---|
ActiveTabChanged | Occurs after the active tab changes. | |
ActiveTabChanging | Occurs when the user is attempting to change the active tab and provides the ability to cancel the change. | |
Calculate | Occurs sometime after calculation of the workbook set associated with the workbook view control has completed. | |
CellBeginEdit | Occurs when edit mode is being initiated. | |
CellCancelEdit | Occurs when edit mode is being canceled and provides the ability to force edit mode to continue by cancelling the event. | |
CellEndEdit | Occurs when edit mode is ending and provides the ability to force edit mode to continue by cancelling the event. | |
RangeChanged | Occurs sometime after an IRange property setter or method changes one or more of the cells in the range. | |
RangeSelectionChanged | Occurs after the range selection changes. | |
RangeSelectionChanging | Occurs when the user is attempting to change the range selection and provides the ability to cancel the change. | |
ScrollPositionChanged | Occurs when the scroll position changes. | |
ShapeAction | Occurs when a shape action happens. | |
ShapeSelectionChanged | Occurs after the shape selection changes. | |
ShapeSelectionChanging | Occurs when the user is attempting to change the shape selection and provides the ability to cancel the change. | |
ShowError | This event is sent to the active WorkbookView just before an error message is to be displayed to the user. |