Click or drag to resize

ExcelWorksheet Methods

The ExcelWorksheet type exposes the following members.

Methods
 NameDescription
Public methodCalculateMaxUsedColumns Finds the number of columns used.
Public methodDelete Deletes this worksheet from the workbook.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodGetUsedCellRange Calculates cell range that is used in the worksheet.
Public methodInsertCopy Inserts a copy of an existing worksheet before the current worksheet.
Public methodInsertEmpty Inserts an empty worksheet before the current worksheet.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also