ExcelWorksheetView Properties

Office Open XML

The ExcelWorksheetView type exposes the following members.

Properties

  NameDescription
ActiveCell
The active cell.
PageBreakView
Sets the view mode of the worksheet to pagebreak
PageLayoutView
Sets the view mode of the worksheet to pagelayout
Panes
Reference to the panes
RightToLeft
Flag indicating whether the sheet is in 'right to left' display mode. When in this mode,Column A is on the far right, Column B ;is one column left of Column A, and so on. Also,information in cells is displayed in the Right to Left format.
SelectedRange
Selected Cells in the worksheet.Used in combination with ActiveCell
ShowGridLines
Show gridlines in the worksheet
ShowHeaders
Show the Column/Row headers (containg column letters and row numbers)
TabSelected
Indicates if the worksheet is selected within the workbook
ZoomScale
Window zoom magnification for current view representing percent values.

See Also