Xceed Workbooks for .NET v1.4 Documentation
SheetView Class Members
Properties 


Xceed.Workbooks.NET Assembly > Xceed.Workbooks.NET Namespace : SheetView Class

The following tables list the members exposed by SheetView.

Public Properties
 NameDescription
Public PropertyGets or sets the active Cell in the Worksheet, which is the one with focus. The address of the cell (“A2”, for example) is used to set this property. Default is null.  
Public PropertyGets or sets the number of frozen Columns in the Worksheet. Frozen Columns are always shown at the left of the SheetView when a user scrolls to the right.  
Public PropertyGets or sets the number of frozen Rows in the Worksheet. Frozen Rows are always shown at the top of the SheetView when a user scrolls down.  
Public PropertyGets or sets the number of Columns after which a vertical split will appear in the Worksheet. Creating a split will divide the SheetView in two; afterwards, both sides of the split can be scrolled independently.  
Public PropertyGets or sets the number of Rows after which a horizontal split will appear in the Worksheet. Creating a split will divide the SheetView in two; afterwards, both sides of the split can be scrolled independently.  
Public PropertyGets or sets the Cell to be displayed as the top left position in the Worksheet view. The address of the cell (“A2”, for example) is used to set this property. The default value is null.  
Public PropertyGets or sets the WorksheetViewType associated with the Worksheet. The default setting is Normal.  
Public Property

Gets or sets the Zoom level used when the Worksheet is displayed in Normal mode.

The values are percentages and must be between 10 and 400. The default value is 100, which stands for 100.

 
Public Property

Gets or sets the Zoom level used when the Worksheet is displayed in PageBreakPreview mode.

The values are percentages and must be between 10 and 400. The default value is 100, which stands for 100.

 
Public Property

Gets or sets the Zoom level used when the Worksheet is displayed in PageLayout mode.

The values are percentages and must be between 10 and 400. The default value is 100, which stands for 100.

 
Top
See Also

Reference

SheetView Class
Xceed.Workbooks.NET Namespace