SpreadsheetControl.WorksheetDisplayArea Property
In This Article
Provides access to an object that allows setting the maximum number of rows and columns that can be displayed in the SpreadsheetControl.
Namespace: DevExpress.Xpf.Spreadsheet
Assembly: DevExpress.Xpf.Spreadsheet.v24.2.dll
NuGet Package: DevExpress.Wpf.Spreadsheet
#Declaration
[Browsable(false)]
public WorksheetDisplayArea WorksheetDisplayArea { get; }
#Property Value
Type | Description |
---|---|
Worksheet |
A Worksheet |
See Also