Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

SheetView Interface

Contains display and print settings for a sheet.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v21.2.Core.dll

Declaration

public interface SheetView

Remarks

The SheetView interface is the base interface for the following objects:

Interface Description Returned by
WorksheetView Contains display and print settings for a worksheet. Worksheet.ActiveView
ChartSheetView Contains display and print settings for a chart sheet. ChartSheet.ActiveView
See Also