Skip to main content

SpreadsheetControl.WorksheetDisplayArea Property

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Spreadsheet

Declaration

[Browsable(false)]
public WorksheetDisplayArea WorksheetDisplayArea { get; }

Property Value

Type Description
WorksheetDisplayArea

A WorksheetDisplayArea object.

See Also