Skip to main content

WorksheetDisplayArea Members

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

Methods

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