Name | Description | |
---|---|---|
AutoFilter | Gets an IAutoFilter object if filtering is on. | |
AutoFilterMode | Gets a value that indicates whether the AutoFilter drop-down arrows are currently displayed on the sheet. | |
Cells | Gets an IRange object which represents the entire worksheet cells (not just the cells that are currently in use). | |
CircularReference | Gets an IRange object that represents the range containing the first circular reference on the worksheet, or returns null if there's no circular reference on the worksheet. | |
ColumnCount | Gets or sets the number of columns in this IWorksheet. | |
ColumnFooter | Gets the column footer of a worksheet. | |
ColumnHeader | Gets the column header of a worksheet. | |
Columns | Get an IRange object that represents all the columns on the worksheet. | |
Index | Gets the index number of the worksheet within the collection of worksheets. | |
Name | Gets or sets the name of worksheet. | |
Names | Gets a Names collection that represents all the worksheet-specific names (names defined with the "WorksheetName!" prefix). | |
Outline | Gets an IOutline object that represents the outline for the specified worksheet. | |
ProtectionMode | Gets a value indicates whether user-interface-only protection is turned on. To turn on user interface protection, use the Protect method. | |
RowCount | Gets or sets the number of rows in this IWorksheet. | |
RowHeader | Gets the row header of a worksheet. | |
Rows | Get an IRange object that represents all the rows on the worksheet. | |
Sort | Gets the sort object. | |
Styles | Gets a IWorksheetStyles collection that represents all the styles in the worksheet. | |
Tables | Gets the ITables object which manages all tables in this IWorksheet. | |
Type | Gets the worksheet type. | |
Visible | Gets or sets a SheetVisibility value that determines whether the worksheet is visible. | |
Workbook | Gets the Workbook object contains current Worksheet object. |