'Declaration
Public Class SheetView Inherits WorksheetElement
'Usage
Dim instance As SheetView
public class SheetView : WorksheetElement
'Declaration
Public Class SheetView Inherits WorksheetElement
'Usage
Dim instance As SheetView
public class SheetView : WorksheetElement
using( var doc = Workbook.Load( "test.xlsx") ) { var worksheet = doc.Worksheets[ 0 ]; worksheet.SheetView.ActiveCellAddress = “C2”; worksheet.SheetView.TopLeftCellAddress = “B1”; doc.Save(); }
System.Object
Xceed.Workbooks.NET.WorkbookElement
Xceed.Workbooks.NET.WorksheetElement
Xceed.Workbooks.NET.SheetView
Name | Description | |
---|---|---|
![]() | ActiveCellAddress | Gets or sets the active Cell in the Worksheet, which is the Cell in focus. |
![]() | FrozenColumns | Gets or sets the number of frozen Columns in the Worksheet. |
![]() | FrozenRows | Gets or sets the number of frozen Rows in the Worksheet. |
![]() | SplitColumns | Gets or sets the number of Columns after which a vertical split will appear in the Worksheet. |
![]() | SplitRows | Gets or sets the number of Rows after which a horizontal split will appear in the Worksheet. |
![]() | TopLeftCellAddress | Gets or sets the Cell that will be displayed in the top left position of the SheetView. |
![]() | ViewType | Gets or sets the WorksheetViewType associated with the Worksheet. |
![]() | ZoomScale | Gets or sets the Zoom level used when the Worksheet is displayed in Normal mode. |
![]() | ZoomScalePageBreakPreview | Gets or sets the Zoom level used when the Worksheet is displayed in PageBreakPreview mode. |
![]() | ZoomScalePageLayout | Gets or sets the Zoom level used when the Worksheet is displayed in PageLayout mode. |
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2