Back to Devexpress

WorksheetDisplayArea Methods

wpf-devexpress-dot-xpf-dot-spreadsheet-dot-worksheetdisplayarea-dot-underscore-methods.md

latest3.8 KB
Original Source

WorksheetDisplayArea Methods

An object that enables you to specify the visible worksheet area.

NameDescription
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines 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

WorksheetDisplayArea Class

WorksheetDisplayArea Members

DevExpress.Xpf.Spreadsheet Namespace