Name | Description | |
---|---|---|
![]() | AddHandler | (Inherited from System.Windows.UIElement) |
![]() | ApplyTemplate | (Inherited from System.Windows.Controls.Control) |
![]() | Arrange | (Inherited from System.Windows.UIElement) |
![]() | BeginEdit | Puts the active cell or selected textbox in edit mode. |
![]() | BeginUpdate | Interrupts background calculation if necessary, acquires an exclusive lock on the workbook set associated with this WorkbookView, and suspends painting and events until WorkbookView.EndUpdate is called. |
![]() | CancelEdit | Cancels edit mode and discards any changes. |
![]() | CaptureMouse | (Inherited from System.Windows.UIElement) |
![]() | ClearValue | (Inherited from System.Windows.DependencyObject) |
![]() | Copy | Copy the contents of the current selection to the clipboard. |
![]() | Cut | Cut the contents of the current selection to the clipboard. |
![]() | Dispose | |
![]() | EndEdit | Ends edit mode and commits any changes. |
![]() | EndUpdate | Restores painting and events to the state they were in before the last call to WorkbookView.BeginUpdate, releases the lock acquired by BeginUpdate, and starts background calculation if appropriate. |
![]() | FindName | (Inherited from System.Windows.FrameworkElement) |
![]() | Focus | (Inherited from System.Windows.Controls.Control) |
![]() | GetAnimationBaseValue | (Inherited from System.Windows.DependencyObject) |
![]() | GetBindingExpression | (Inherited from System.Windows.FrameworkElement) |
![]() | GetLock | Interrupts background calculation if necessary and acquires an exclusive lock on the workbook set associated with this WorkbookView. |
![]() | GetValue | (Inherited from System.Windows.DependencyObject) |
![]() | InvalidateArrange | (Inherited from System.Windows.UIElement) |
![]() | InvalidateMeasure | (Inherited from System.Windows.UIElement) |
![]() | LocationToRange | Overloaded. Returns the fractional zero based row and column indexes representing the cell at the specified location. |
![]() | Measure | (Inherited from System.Windows.UIElement) |
![]() | OnApplyTemplate | Overridden. |
![]() | Paste | Paste the clipboard contents to the current selection. |
![]() | PasteSpecial | Paste the clipboard contents to the current selection using the specified options. |
![]() | Overloaded. Prints the active sheet. | |
![]() | PrintPreview | Overloaded. Shows a print preview of the active sheet. |
![]() | RangeToLocation | Overloaded. Returns the screen coordinates of the fractional zero based row and columns. |
![]() | ReadLocalValue | (Inherited from System.Windows.DependencyObject) |
![]() | ReleaseLock | Releases a lock acquired with WorkbookView.GetLock and starts background calculation if appropriate. |
![]() | ReleaseMouseCapture | (Inherited from System.Windows.UIElement) |
![]() | RemoveHandler | (Inherited from System.Windows.UIElement) |
![]() | RewindLock | Interrupts background calculation if necessary and restores locks to the state they were in before WorkbookView.UnwindLock was called. |
![]() | SetBinding | (Inherited from System.Windows.FrameworkElement) |
![]() | SetValue | (Inherited from System.Windows.DependencyObject) |
![]() | TransformToVisual | (Inherited from System.Windows.UIElement) |
![]() | UnwindLock | Unwinds the locks for the workbook set associated with this workbook view. |
![]() | UpdateLayout | (Inherited from System.Windows.UIElement) |
![]() | WithLock | Overloaded. Acquires a lock with WorkbookView.GetLock, calls the specified delegate and then calls WorkbookView.ReleaseLock. |