Search
WorksheetView Properties
 


 Public Properties

  Name Description

ActiveCell

Gets or sets the currently active cell.

AllowAutoFill

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

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.

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.

AllowResizeCells

Gets or sets a value indicating whether users can resize rows and columns by dragging cell borders.

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.

BackColor

Gets or sets the background color of the view.

ColumnHeaderHeight

Gets or sets the height of the column header, or null (Nothing in Visual Basic), to automatically size the column headers.

CounterDiagonalResizeCursor

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

DiagonalResizeCursor

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

DisallowCursor

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

DrawFilledCellBorders

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

HorizontalResizeCursor

Gets or sets the mouse cursor shown to the user if dragging would resize an object horizontally.

HorizontalSplitCursor

Gets or sets the mouse cursor shown to the user if dragging would resize rows.

HScrollToolTipFormat

Gets or sets the format of the tooltip that is displayed when the view is scrolled horizontally.

HyperlinkCursor

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

IsEditing

Gets a value indicating whether there is currently an in-place editing operation in progress within the view.

LicenseKey

Gets or sets the license key of the control.

MoveCursor

Gets or sets the mouse cursor shown to the user if the pointed object can be modified.

PointerCursor

Gets or sets the mouse cursor shown to the user when no modification is performed.

ResizeColumnToolTipFormat

Gets or sets the format of the tooltip that is displayed when a column is resized interactively.

ResizeRowToolTipFormat

Gets or sets the format of the tooltip that is displayed when a row is resized interactively.

RowHeaderWidth

Gets or sets the width of the row header, or null (Nothing in Visual Basic), to automatically size the row headers.

ScrollX

Gets or sets the value of the horizontal scrollbar.

ScrollY

Gets or sets the value of the vertical scrollbar.

Selection

Gets an object that can be used to manipulate the selection in the view.

ShowActiveCell

Gets or sets a value indicating whether to display the active cell.

ShowAutoFilterRange

Gets or sets a value indicating whether to display the range affected by the autofilter.

ShowGridLines

Gets or sets a value indicating whether to display the grid lines.

ShowHeaders

Gets or sets a value indicating whether to display the row and column headers.

ShowHiddenHeaderIndicators

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

ShowHorizontalScrollBar

Gets or sets a value indicating whether to display the horizontal scroll bar.

ShowResizeHeaderToolTips

Gets or sets a value indicating whether to display tooltips when the user resizes row or column headers.

ShowScrollToolTips

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

ShowSelection

Gets or sets a value indicating whether to display the cell selection.

ShowVerticalScrollBar

Gets or sets a value indicating whether to display the vertical scroll bar.

VerticalResizeCursor

Gets or sets the mouse cursor shown to the user if dragging would resize an object vertically.

VerticalSplitCursor

Gets or sets the mouse cursor shown to the user if dragging would resize columns.

VScrollToolTipFormat

Gets or sets the format of the tooltip that is displayed when the view is scrolled vertically.

Worksheet

Gets or sets the Worksheet displayed in the view.

 See Also