SpreadsheetGear 2012
WorkbookView Class Methods


For a list of all members of this type, see WorkbookView members.

Public Methods
 NameDescription
Public MethodAddHandlerOverloaded.  (Inherited from System.Windows.UIElement)
Public MethodAddToEventRoute (Inherited from System.Windows.UIElement)
Public MethodApplyAnimationClockOverloaded.  (Inherited from System.Windows.UIElement)
Public MethodApplyTemplate (Inherited from System.Windows.FrameworkElement)
Public MethodArrange (Inherited from System.Windows.UIElement)
Public MethodBeginAnimationOverloaded.  (Inherited from System.Windows.UIElement)
Public MethodBeginEditPuts the active cell or selected textbox in edit mode.  
Public MethodBeginInit (Inherited from System.Windows.FrameworkElement)
Public MethodBeginStoryboardOverloaded.  (Inherited from System.Windows.FrameworkElement)
Public MethodBeginUpdateInterrupts 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.  
Public MethodBringIntoViewOverloaded.  (Inherited from System.Windows.FrameworkElement)
Public MethodCancelEditCancels edit mode and discards any changes.  
Public MethodCaptureMouse (Inherited from System.Windows.UIElement)
Public MethodCaptureStylus (Inherited from System.Windows.UIElement)
Public MethodCaptureTouch (Inherited from System.Windows.UIElement)
Public MethodClearValueOverloaded.  (Inherited from System.Windows.DependencyObject)
Public MethodCoerceValue (Inherited from System.Windows.DependencyObject)
Public MethodCopyCopy the contents of the current selection to the clipboard.  
Public MethodCutCut the contents of the current selection to the clipboard.  
Public MethodDispose  
Public MethodEndEditEnds edit mode and commits any changes.  
Public MethodEndInit (Inherited from System.Windows.FrameworkElement)
Public MethodEndUpdateRestores 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.  
Public MethodEquals (Inherited from System.Windows.DependencyObject)
Public MethodFindCommonVisualAncestor (Inherited from System.Windows.Media.Visual)
Public MethodFindName (Inherited from System.Windows.FrameworkElement)
Public MethodFindResource (Inherited from System.Windows.FrameworkElement)
Public MethodFocus (Inherited from System.Windows.UIElement)
Public MethodGetAnimationBaseValue (Inherited from System.Windows.UIElement)
Public MethodGetBindingExpression (Inherited from System.Windows.FrameworkElement)
Public MethodGetHashCode (Inherited from System.Windows.DependencyObject)
Public MethodGetLocalValueEnumerator (Inherited from System.Windows.DependencyObject)
Public MethodGetLockInterrupts background calculation if necessary and acquires an exclusive lock on the workbook set associated with this WorkbookView.  
Public MethodGetValue (Inherited from System.Windows.DependencyObject)
Public MethodInputHitTest (Inherited from System.Windows.UIElement)
Public MethodInvalidateArrange (Inherited from System.Windows.UIElement)
Public MethodInvalidateMeasure (Inherited from System.Windows.UIElement)
Public MethodInvalidateProperty (Inherited from System.Windows.DependencyObject)
Public MethodInvalidateVisual (Inherited from System.Windows.UIElement)
Public MethodIsAncestorOf (Inherited from System.Windows.Media.Visual)
Public MethodIsDescendantOf (Inherited from System.Windows.Media.Visual)
Public MethodLocationToRangeOverloaded. Returns the fractional zero based row and column indexes representing the cell at the specified location.  
Public MethodMeasure (Inherited from System.Windows.UIElement)
Public MethodMoveFocus (Inherited from System.Windows.FrameworkElement)
Public MethodOnApplyTemplateOverridden.   
Public MethodPastePaste the clipboard contents to the current selection.  
Public MethodPasteSpecialPaste the clipboard contents to the current selection using the specified options.  
Public MethodPointFromScreen (Inherited from System.Windows.Media.Visual)
Public MethodPointToScreen (Inherited from System.Windows.Media.Visual)
Public MethodPredictFocus (Inherited from System.Windows.FrameworkElement)
Public MethodPrintOverloaded. Prints the active sheet.  
Public MethodPrintPreviewOverloaded. Shows a print preview of the active sheet.  
Public MethodRaiseEvent (Inherited from System.Windows.UIElement)
Public MethodRangeToLocationOverloaded. Returns the screen coordinates of the fractional zero based row and columns.  
Public MethodReadLocalValue (Inherited from System.Windows.DependencyObject)
Public MethodRegisterName (Inherited from System.Windows.FrameworkElement)
Public MethodReleaseAllTouchCaptures (Inherited from System.Windows.UIElement)
Public MethodReleaseLockReleases a lock acquired with GetLock and starts background calculation if appropriate.  
Public MethodReleaseMouseCapture (Inherited from System.Windows.UIElement)
Public MethodReleaseStylusCapture (Inherited from System.Windows.UIElement)
Public MethodReleaseTouchCapture (Inherited from System.Windows.UIElement)
Public MethodRemoveHandler (Inherited from System.Windows.UIElement)
Public MethodRewindLockInterrupts background calculation if necessary and restores locks to the state they were in before UnwindLock was called.  
Public MethodSetBindingOverloaded.  (Inherited from System.Windows.FrameworkElement)
Public MethodSetCurrentValue (Inherited from System.Windows.DependencyObject)
Public MethodSetResourceReference (Inherited from System.Windows.FrameworkElement)
Public MethodSetValueOverloaded.  (Inherited from System.Windows.DependencyObject)
Public MethodToString (Inherited from System.Windows.Controls.Control)
Public MethodTransformToAncestorOverloaded.  (Inherited from System.Windows.Media.Visual)
Public MethodTransformToDescendant (Inherited from System.Windows.Media.Visual)
Public MethodTransformToVisual (Inherited from System.Windows.Media.Visual)
Public MethodTranslatePoint (Inherited from System.Windows.UIElement)
Public MethodTryFindResource (Inherited from System.Windows.FrameworkElement)
Public MethodUnregisterName (Inherited from System.Windows.FrameworkElement)
Public MethodUnwindLockUnwinds the locks for the workbook set associated with this workbook view.  
Public MethodUpdateDefaultStyle (Inherited from System.Windows.FrameworkElement)
Public MethodUpdateLayout (Inherited from System.Windows.UIElement)
Top
Protected Methods
 NameDescription
Protected MethodAddVisualChild (Inherited from System.Windows.Media.Visual)
Protected MethodArrangeCore (Inherited from System.Windows.FrameworkElement)
Protected MethodArrangeOverrideOverridden.   
Protected MethodGetLayoutClip (Inherited from System.Windows.FrameworkElement)
Protected MethodGetVisualChild (Inherited from System.Windows.FrameworkElement)
Protected MethodHitTestCoreOverloaded.  (Inherited from System.Windows.UIElement)
Protected MethodMeasureCore (Inherited from System.Windows.FrameworkElement)
Protected MethodMeasureOverride (Inherited from System.Windows.Controls.Control)
Protected MethodOnAccessKey (Inherited from System.Windows.UIElement)
Protected MethodOnActiveTabChangedRaises the ActiveTabChanged event.  
Protected MethodOnActiveTabChangingRaises the ActiveTabChanging event.  
Protected MethodOnCalculateRaises the Calculate event.  
Protected MethodOnCellBeginEditRaises the CellBeginEdit event.  
Protected MethodOnCellCancelEditRaises the CellCancelEdit event.  
Protected MethodOnCellEndEditRaises the CellEndEdit event.  
Protected MethodOnChildDesiredSizeChanged (Inherited from System.Windows.UIElement)
Protected MethodOnContextMenuClosing (Inherited from System.Windows.FrameworkElement)
Protected MethodOnContextMenuOpeningOverridden.   
Protected MethodOnCreateAutomationPeer (Inherited from System.Windows.UIElement)
Protected MethodOnDpiChanged (Inherited from System.Windows.Media.Visual)
Protected MethodOnDragEnter (Inherited from System.Windows.UIElement)
Protected MethodOnDragLeave (Inherited from System.Windows.UIElement)
Protected MethodOnDragOver (Inherited from System.Windows.UIElement)
Protected MethodOnDrop (Inherited from System.Windows.UIElement)
Protected MethodOnGiveFeedback (Inherited from System.Windows.UIElement)
Protected MethodOnGotFocus (Inherited from System.Windows.FrameworkElement)
Protected MethodOnGotKeyboardFocusOverridden.   
Protected MethodOnGotMouseCapture (Inherited from System.Windows.UIElement)
Protected MethodOnGotStylusCapture (Inherited from System.Windows.UIElement)
Protected MethodOnGotTouchCapture (Inherited from System.Windows.UIElement)
Protected MethodOnInitialized (Inherited from System.Windows.FrameworkElement)
Protected MethodOnIsKeyboardFocusedChanged (Inherited from System.Windows.UIElement)
Protected MethodOnIsKeyboardFocusWithinChanged (Inherited from System.Windows.UIElement)
Protected MethodOnIsMouseCapturedChanged (Inherited from System.Windows.UIElement)
Protected MethodOnIsMouseCaptureWithinChanged (Inherited from System.Windows.UIElement)
Protected MethodOnIsMouseDirectlyOverChanged (Inherited from System.Windows.UIElement)
Protected MethodOnIsStylusCapturedChanged (Inherited from System.Windows.UIElement)
Protected MethodOnIsStylusCaptureWithinChanged (Inherited from System.Windows.UIElement)
Protected MethodOnIsStylusDirectlyOverChanged (Inherited from System.Windows.UIElement)
Protected MethodOnKeyDownOverridden.   
Protected MethodOnKeyUpOverridden.   
Protected MethodOnLostFocus (Inherited from System.Windows.UIElement)
Protected MethodOnLostKeyboardFocusOverridden.   
Protected MethodOnLostMouseCaptureOverridden.   
Protected MethodOnLostStylusCapture (Inherited from System.Windows.UIElement)
Protected MethodOnLostTouchCapture (Inherited from System.Windows.UIElement)
Protected MethodOnManipulationBoundaryFeedback (Inherited from System.Windows.UIElement)
Protected MethodOnManipulationCompleted (Inherited from System.Windows.UIElement)
Protected MethodOnManipulationDelta (Inherited from System.Windows.UIElement)
Protected MethodOnManipulationInertiaStarting (Inherited from System.Windows.UIElement)
Protected MethodOnManipulationStarted (Inherited from System.Windows.UIElement)
Protected MethodOnManipulationStarting (Inherited from System.Windows.UIElement)
Protected MethodOnMouseDoubleClick (Inherited from System.Windows.Controls.Control)
Protected MethodOnMouseDownOverridden.   
Protected MethodOnMouseEnterOverridden.   
Protected MethodOnMouseLeaveOverridden.   
Protected MethodOnMouseLeftButtonDown (Inherited from System.Windows.UIElement)
Protected MethodOnMouseLeftButtonUp (Inherited from System.Windows.UIElement)
Protected MethodOnMouseMoveOverridden.   
Protected MethodOnMouseRightButtonDown (Inherited from System.Windows.UIElement)
Protected MethodOnMouseRightButtonUp (Inherited from System.Windows.UIElement)
Protected MethodOnMouseUpOverridden.   
Protected MethodOnMouseWheelOverridden.   
Protected MethodOnPreviewDragEnter (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewDragLeave (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewDragOver (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewDrop (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewGiveFeedback (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewGotKeyboardFocus (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewKeyDown (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewKeyUp (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewLostKeyboardFocus (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewMouseDoubleClick (Inherited from System.Windows.Controls.Control)
Protected MethodOnPreviewMouseDown (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewMouseLeftButtonDown (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewMouseLeftButtonUp (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewMouseMove (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewMouseRightButtonDown (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewMouseRightButtonUp (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewMouseUp (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewMouseWheel (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewQueryContinueDrag (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewStylusButtonDown (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewStylusButtonUp (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewStylusDown (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewStylusInAirMove (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewStylusInRange (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewStylusMove (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewStylusOutOfRange (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewStylusSystemGesture (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewStylusUp (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewTextInput (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewTouchDown (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewTouchMove (Inherited from System.Windows.UIElement)
Protected MethodOnPreviewTouchUp (Inherited from System.Windows.UIElement)
Protected MethodOnPropertyChangedOverridden.   
Protected MethodOnQueryContinueDrag (Inherited from System.Windows.UIElement)
Protected MethodOnQueryCursor (Inherited from System.Windows.UIElement)
Protected MethodOnRangeChangedRaises the RangeChanged event.  
Protected MethodOnRangeSelectionChangedRaises the RangeSelectionChanged event.  
Protected MethodOnRangeSelectionChangingRaises the RangeSelectionChanging event.  
Protected MethodOnRender (Inherited from System.Windows.UIElement)
Protected MethodOnScrollPositionChangedRaises the ScrollPositionChanged event.  
Protected MethodOnShapeActionRaises the ShapeAction event.  
Protected MethodOnShapeSelectionChangedRaises the ShapeSelectionChanged event.  
Protected MethodOnShapeSelectionChangingRaises the ShapeSelectionChanging event.  
Protected MethodOnShowErrorRaises the ShowError event.  
Protected MethodOnStylusButtonDown (Inherited from System.Windows.UIElement)
Protected MethodOnStylusButtonUp (Inherited from System.Windows.UIElement)
Protected MethodOnStylusDown (Inherited from System.Windows.UIElement)
Protected MethodOnStylusEnter (Inherited from System.Windows.UIElement)
Protected MethodOnStylusInAirMove (Inherited from System.Windows.UIElement)
Protected MethodOnStylusInRange (Inherited from System.Windows.UIElement)
Protected MethodOnStylusLeave (Inherited from System.Windows.UIElement)
Protected MethodOnStylusMove (Inherited from System.Windows.UIElement)
Protected MethodOnStylusOutOfRange (Inherited from System.Windows.UIElement)
Protected MethodOnStylusSystemGesture (Inherited from System.Windows.UIElement)
Protected MethodOnStylusUp (Inherited from System.Windows.UIElement)
Protected MethodOnTemplateChanged (Inherited from System.Windows.Controls.Control)
Protected MethodOnTextInputOverridden.   
Protected MethodOnToolTipClosing (Inherited from System.Windows.FrameworkElement)
Protected MethodOnToolTipOpening (Inherited from System.Windows.FrameworkElement)
Protected MethodOnTouchDown (Inherited from System.Windows.UIElement)
Protected MethodOnTouchEnter (Inherited from System.Windows.UIElement)
Protected MethodOnTouchLeave (Inherited from System.Windows.UIElement)
Protected MethodOnTouchMove (Inherited from System.Windows.UIElement)
Protected MethodOnTouchUp (Inherited from System.Windows.UIElement)
Protected MethodRemoveVisualChild (Inherited from System.Windows.Media.Visual)
Top
See Also

Reference

WorkbookView Class
SpreadsheetGear.Windows.Controls Namespace
FormulaBar Property
DisplayReference Property
WorkbookDesigner
WorkbookExplorer
RangeExplorer
ChartExplorer
ShapeExplorer

Send Feedback