MindFusion.Wpf Pack Programmer's Guide
WorkbookView Properties
 


 Public Properties

  Name Description

ActiveCell

Gets or sets the currently active cell.

ActiveWorksheet

Gets or sets the currently active worksheet.

AdjustmentHandleBackground

Gets or sets the background brush of the adjustment handles of selected interactive objects. This is a dependency property.

AdjustmentHandleBorderBrush

Gets or sets the border brush of the adjustment handles of selected interactive objects. This is a dependency property.

AdjustmentHandleSize

Gets or sets the size, in pixels, of the adjustment handles of selected interactive objects. This is a dependency property.

AllowAutoFill

Gets or sets a value indicating whether to display the auto-fill handle at the bottom-right side of the selection. This is a dependency property.

AllowMoveCells

Gets or sets a value indicating whether the user can interactively move cells around the worksheet, by pressing near the edge of the currently selected cells with the mouse and dragging. This is a dependency property.

AllowMoveHeaders

Gets or sets a value indicating whether the user can interactively move the worksheet headers, by selecting the entire column or row and dragging. This is a dependency property.

AutoFillCopyOnly

Gets or sets whether the auto-fill tool should only copy values, instead of extrapolating new values from the selection.

AutoFillCursor

Gets or sets the mouse cursor shown to the user if the mouse is over the auto fill handle or the user is currently performing an auto fill operation. This is a dependency property.

AutoScroll

Gets or sets a value indicating whether to automatically scroll the view while the user is dragging a selection or interactive object near or beyond the view border. This is a dependency property.

CounterDiagonalResizeCursor

Gets or sets the mouse cursor shown to the user if dragging would resize an object both vertically and horizontally. This is a dependency property.

DiagonalResizeCursor

Gets or sets the mouse cursor shown to the user if dragging would resize an object both vertically and horizontally. This is a dependency property.

DisallowCursor

Gets or sets the mouse cursor shown to the user when an object cannot be created at a given location. This is a dependency property.

DrawFilledCellBorders

Gets or sets a value indicating whether to draw the default grid lines for cells with set background. This is a dependency property.

FormulaToolTipTemplate

Gets or sets the template of the tooltip displayed when the user is editing a formula. This is a dependency property.

HeaderMoveIndicatorBrush

Gets or sets the brush uses to paint the header move indicators. This is a dependency property.

HeaderResizeIndicatorBrush

Gets or sets the brush used to paint the header resize indicators. This is a dependency property.

HorizontalResizeCursor

Gets or sets the mouse cursor shown to the user if dragging would resize an object horizontally. This is a dependency property.

HorizontalSplitCursor

Gets or sets the mouse cursor shown to the user if dragging would resize rows. This is a dependency property.

HScrollToolTipFormat

Gets or sets the format of the tooltip displayed when the user scrolls the view by dragging the horizontal scroll bar. This is a dependency property.

HyperlinkCursor

Gets or sets the mouse cursor shown to the user if the mouse is over a cell containing a hyperlink. This is a dependency property.

MoveCursor

Gets or sets the mouse cursor shown to the user if the pointed object can be modified. This is a dependency property.

PointerCursor

Gets or sets the mouse cursor shown to the user when no modification is performed. This is a dependency property.

ResizeColumnToolTipFormat

Gets or sets the format of the tooltip displayed when the user resizes columns. This is a dependency property.

ResizeHeaderToolTipTemplate

Gets or sets the template of the tooltip displayed when the user resizes rows and columns. This is a dependency property.

ResizeRowToolTipFormat

Gets or sets the format of the tooltip displayed when the user resizes rows. This is a dependency property.

ScrollToolTipTemplate

Gets or sets the template of the tooltip displayed when the user scrolls the view. This is a dependency property.

ScrollX

Gets or sets the position of the horizontal scrollbar. This is a dependency property.

ScrollY

Gets or sets the position of the vertical scrollbar. This is a dependency property.

ScrollZoneSize

Gets or sets the distance from the view border within which to start autoscrolling. This is a dependency property.

Selection

Gets the selection in the view.

ShowCreateNewTab

Gets or sets a value indicating whether to display the 'Create New Tab' button. This is a dependency property.

ShowFormulaBox

Gets or sets a value indicating whether to display the formula text box. This is a dependency property.

ShowGridLines

Gets or sets a value indicating whether to display the grid lines. This is a dependency property.

ShowHeaders

Gets or sets a value indicating whether to display the row and column headers. This is a dependency property.

ShowHiddenHeaderIndicators

Gets or sets a value indicating whether to display indicators for hidden row and column headers. This is a dependency property.

ShowNavigationButtons

Gets or sets a value indicating whether to display the worksheet navigation buttons in the lower left corner of the view. This is a dependency property.

ShowScrollToolTips

Gets or sets a value indicating whether to display tooltips when scrolling with the thumb. This is a dependency property.

ToolTipTemplate

Gets or sets the template of the tooltip displayed when the user points a cell containing an error or a hyperlink with tooltip. This is a dependency property.

ValidationToolTipTemplate

Gets or sets the template of the tooltip displayed when the user selects a cell containing a validation with a message. This is a dependency property.

VerticalResizeCursor

Gets or sets the mouse cursor shown to the user if dragging would resize an object vertically. This is a dependency property.

VerticalSplitCursor

Gets or sets the mouse cursor shown to the user if dragging would resize columns. This is a dependency property.

VScrollToolTipFormat

Gets or sets the format of the tooltip displayed when the user scrolls the view by dragging the vertical scroll bar. This is a dependency property.

Workbook

Gets or sets the workbook displayed in this view. This is a dependency property.

 See Also

WorkbookView Class
MindFusion.Spreadsheet.Wpf Namespace