[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IWorksheet.SheetView

SheetView Property

SheetView

Gets the view settings of this worksheet.

Use the returned IWorksheetView object to access worksheet display settings such as gridline visibility, reading direction, scroll position, zoom, and view type.

Declaration
IWorksheetView SheetView { get; }
ReadOnly Property SheetView As IWorksheetView
Examples
worksheet.Range["A1"].Value = "Name";
IWorksheetView sheetView = worksheet.SheetView;
sheetView.DisplayGridlines = false;
sheetView.Zoom = 150;