Name | Description | |
---|---|---|
ActiveCell | Gets an IRange object that represents the active cell. | |
AutoFilter | Gets the filter of this Worksheet. | |
AutoFilterMode | Gets a value that indicates whether the AutoFilter drop-down arrows are currently displayed on the sheet. | |
BackgroundImage | Gets the backgroudn image of this worksheet. | |
Behaviors | Gets or sets the behaviors of operations. | |
Cells | Gets an IRange instance which represents the entire worksheet cells. | |
CircularReference | Gets an IRange object that that represents the range containing the first circular reference on the sheet. | |
ColumnCount | Overridden. Gets or sets the number of columns in this Worksheet. | |
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. | |
Comments | ||
CommentsThreaded | Gets an ICommentsThreaded collection that represents all the top-level/root comments (no replies) for the specified worksheet. Includes legacy and modern comments. | |
DataManager | Gets or sets the data source of this worksheet. | |
DataValidations | Gets the GrapeCity.SpreadsheetValidations object which manages all data validations in this Worksheet. | |
Drawing | Gets the GrapeCity.Spreadsheet.Drawing.WorksheetDrawing object contains all drawing objects within the worksheet. | |
EnableCalculation | Gets or sets a value indicating whether calculation engine automatically recalculates the worksheet when necessary. (Inherited from GrapeCity.Spreadsheet.WorksheetBase) | |
FormatConditions | Gets the conditional formatting manager. | |
Index | Gets the index number of the worksheet within the collection of worksheets. | |
LayoutManager | Gets the layout manager of this worksheet. | |
Locks | Gets the protected data of this worksheet. | |
Name | Overridden. 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). | |
Next | Gets a Worksheet that represents the next sheet. | |
Options | Gets the WorksheetOptions object that represents all options of the IWorksheet. | |
Owner | Gets the owner worksheet. | |
PageSetup | Gets the page setup of the worksheet. | |
Previous | Gets a Worksheet that represents the previous sheet. | |
ProtectionMode | Gets a ProtectionMode value indicating whether this worksheet is protected. | |
RowCount | Overridden. Gets or sets the number of rows in this Worksheet. | |
RowHeader | Gets the row header of a worksheet. | |
Rows | Get an IRange object that represents all the rows on the worksheet. | |
Selection | Gets the current selected cell(s). | |
Sort | Gets the sort object. | |
Sparklines | Gets the sparkline storage of this worksheet. | |
SubType | Gets the worksheet sub-type. | |
TabColor | Gets or sets the color of the tab. | |
Tables | Gets the Tables object which manages all tables in this Worksheet. | |
Tag | Gets or sets the object that contains data about the worksheet. | |
Type | Gets the worksheet type. | |
View | Gets the worksheet view of this Worksheet object. | |
Visible | Gets or sets a SheetVisibility value that determines whether the worksheet is visible. | |
Workbook | Gets the Workbook object contains current Worksheet object. | |
WorkbookSet | Gets the WorkbookSet object contains current Worksheet object. |