Skip to main content

WorksheetDisplayArea Methods

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) Returns the number of visible columns in the specified worksheet.
GetColumnCount(String) Returns the number of visible columns in the specified worksheet.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetRowCount(Int32) Returns the number of visible rows in the specified worksheet.
GetRowCount(String) Returns the number of visible rows in the specified 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) Displays all columns and rows in the specified worksheet.
Reset(String) Displays all columns and rows in the specified worksheet.
SetSize(Int32, Int32, Int32) Defines the number of visible columns and rows for the specified worksheet.
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