Name | Description | |
---|---|---|
![]() | ActiveCell | Gets an IRange object that represents the active cell. |
![]() | 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. |
![]() | Behaviors | Gets or sets the behaviors of operations. |
![]() | 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. |
![]() | Comments | Gets an IComments collection that represents all the comments for the specified worksheet. |
![]() | 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 the data manager of this worksheet. |
![]() | Hyperlinks | Gets an IHyperlinks collection that represents the hyperlinks for 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). |
![]() | Next | Gets an IWorksheet object that represents the next sheet. |
![]() | Options | Gets the WorksheetOptions object that represents all options of the IWorksheet. |
![]() | Outline | Gets an IOutline object that represents the outline for the specified worksheet. |
![]() | Owner | Gets the owner worksheet. |
![]() | Pictures | Gets a collection of all the GrapeCity.Spreadsheet.Drawing.IPicture objects on this IWorksheet. |
![]() | Previous | Gets an IWorksheet object that represents the previous sheet. |
![]() | 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. |
![]() | Selection | Gets the current selected cell(s). |
![]() | Shapes | Gets a collection of all the GrapeCity.Spreadsheet.Drawing.IShape objects on this IWorksheet. |
![]() | Slicers | Gets the GrapeCity.Spreadsheet.Slicers.ISlicers collection that contains the collection of GrapeCity.Spreadsheet.Slicers.ISlicer objects in the specified IWorksheet. |
![]() | Sort | Gets the sort object. |
![]() | StandardHeight | Gets or sets the standard (default) height of all the rows on the worksheet. |
![]() | StandardWidth | Gets or sets the standard (default) width of all the columns on the worksheet. |
![]() | Styles | Gets a IWorksheetStyles collection that represents all the styles in the worksheet. |
![]() | SubType | Gets the worksheet sub-type. |
![]() | TabColor | Gets or sets the color of the tab. |
![]() | Tables | Gets the ITables object which manages all tables in this IWorksheet. |
![]() | Type | Gets the worksheet type. |
![]() | UsedRange | Gets an IRange object that represents the used range on the specified worksheet. |
![]() | 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. |