Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

WorksheetDisplayArea Methods
Show Inherited Hide Inherited

An object that enables you to specify the visible worksheet area.
Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetColumnCount(Int32) Obtains the number of columns available for display and editing in a worksheet.
GetColumnCount(String) Obtains the number of columns available for display and editing in a worksheet.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetRowCount(Int32) Obtains the number of rows available for display and editing in a worksheet.
GetRowCount(String) Obtains the number of rows available for display and editing in a worksheet.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Reset(Int32) Resets the number of visible rows and columns to the default settings.
Reset(String) Resets the number of visible rows and columns to default settings.
SetSize(Int32, Int32, Int32) Specifies the number of columns and rows available for display and editing.
SetSize(String, Int32, Int32) Defines the number of visible columns and rows for the specified worksheet.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also