| Name | Description |
![Property](template/packages/core-dotnet/images/Property.png) | ActiveCell | Gets an IRange object that represents the active cell. |
![Property](template/packages/core-dotnet/images/Property.png) | AutoFilter | Gets an IAutoFilter object if filtering is on. |
![Property](template/packages/core-dotnet/images/Property.png) | AutoFilterMode | Gets a value that indicates whether the AutoFilter drop-down arrows are currently displayed on the sheet. |
![Property](template/packages/core-dotnet/images/Property.png) | AutoUpdateFilter | Gets or sets a value indicating whether the filter will update automatically after user input new value. |
![Property](template/packages/core-dotnet/images/Property.png) | Behaviors | Gets or sets the behaviors of operations. |
![Property](template/packages/core-dotnet/images/Property.png) | Buttons | Gets the list of button controls of this IWorksheet. (Inherited from GrapeCity.Spreadsheet.ISheet) |
![Property](template/packages/core-dotnet/images/Property.png) | Cells | Gets an IRange object which represents the entire worksheet cells (not just the cells that are currently in use). |
![Property](template/packages/core-dotnet/images/Property.png) | ChartObjects | Gets an GrapeCity.Spreadsheet.Charts.IChartObjects object that represents a collection of all the embedded charts on the sheet. |
![Property](template/packages/core-dotnet/images/Property.png) | CheckBoxes | Gets the list of check box controls of this IWorksheet. (Inherited from GrapeCity.Spreadsheet.ISheet) |
![Property](template/packages/core-dotnet/images/Property.png) | 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. |
![Property](template/packages/core-dotnet/images/Property.png) | ColumnCount | Gets or sets the number of columns in this IWorksheet. |
![Property](template/packages/core-dotnet/images/Property.png) | ColumnFooter | Gets the column footer of a worksheet. |
![Property](template/packages/core-dotnet/images/Property.png) | ColumnHeader | Gets the column header of a worksheet. |
![Property](template/packages/core-dotnet/images/Property.png) | Columns | Get an IRange object that represents all the columns on the worksheet. |
![Property](template/packages/core-dotnet/images/Property.png) | Comments | Gets an IComments collection that represents all the comments for the specified worksheet. |
![Property](template/packages/core-dotnet/images/Property.png) | CommentsThreaded | Gets an ICommentsThreaded collection that represents all the top-level/root comments (no replies) for the specified worksheet. Includes legacy and modern comments. |
![Property](template/packages/core-dotnet/images/Property.png) | CustomProperties | Gets a GrapeCity.Core.ICustomProperties object representing the identifier information associated with a worksheet. |
![Property](template/packages/core-dotnet/images/Property.png) | DataManager | Gets the data manager of this worksheet. |
![Property](template/packages/core-dotnet/images/Property.png) | DisplayPageBreaks | Gets or sets a value indicating whether the page breaks (both automatic and manual) on this worksheet are displayed. |
![Property](template/packages/core-dotnet/images/Property.png) | DropDowns | Gets the list of combo box controls of this IWorksheet. (Inherited from GrapeCity.Spreadsheet.ISheet) |
![Property](template/packages/core-dotnet/images/Property.png) | EnableSelection | Gets or sets what can be selected on the sheet. |
![Property](template/packages/core-dotnet/images/Property.png) | GroupBoxes | Gets the list of group box controls of this IWorksheet. (Inherited from GrapeCity.Spreadsheet.ISheet) |
![Property](template/packages/core-dotnet/images/Property.png) | Hyperlinks | Gets an IHyperlinks collection that represents the hyperlinks for the worksheet. |
![Property](template/packages/core-dotnet/images/Property.png) | Index | Gets an integer value that represents the index number of the worksheet within the collection. |
![Property](template/packages/core-dotnet/images/Property.png) | Labels | Gets the list of label controls of this IWorksheet. (Inherited from GrapeCity.Spreadsheet.ISheet) |
![Property](template/packages/core-dotnet/images/Property.png) | ListBoxes | Gets the list of list box controls of this IWorksheet. (Inherited from GrapeCity.Spreadsheet.ISheet) |
![Property](template/packages/core-dotnet/images/Property.png) | Name | Gets or sets a string value representing the name of the sheet. (Inherited from GrapeCity.Spreadsheet.ISheet) |
![Property](template/packages/core-dotnet/images/Property.png) | Names | Gets a Names collection that represents all the worksheet-specific names (names defined with the "WorksheetName!" prefix). |
![Property](template/packages/core-dotnet/images/Property.png) | Next | Gets an ISheet object that represents the next sheet. (Inherited from GrapeCity.Spreadsheet.ISheet) |
![Property](template/packages/core-dotnet/images/Property.png) | OptionButtons | Gets the list of option button controls of this IWorksheet. (Inherited from GrapeCity.Spreadsheet.ISheet) |
![Property](template/packages/core-dotnet/images/Property.png) | Options | Gets the WorksheetOptions object that represents all options of the IWorksheet. |
![Property](template/packages/core-dotnet/images/Property.png) | Outline | Gets an IOutline object that represents the outline for the specified worksheet. |
![Property](template/packages/core-dotnet/images/Property.png) | Owner | Gets the owner worksheet. |
![Property](template/packages/core-dotnet/images/Property.png) | PageSetup | Gets the page setup of the sheet. (Inherited from GrapeCity.Spreadsheet.ISheet) |
![Property](template/packages/core-dotnet/images/Property.png) | Pictures | Gets a collection of all the GrapeCity.Spreadsheet.Drawing.IPicture objects on this IWorksheet. |
![Property](template/packages/core-dotnet/images/Property.png) | Previous | Gets an ISheet object that represents the previous sheet. (Inherited from GrapeCity.Spreadsheet.ISheet) |
![Property](template/packages/core-dotnet/images/Property.png) | ProtectDrawingObjects | Gets a boolean value indicating whether shapes are protected. (Inherited from GrapeCity.Spreadsheet.ISheet) |
![Property](template/packages/core-dotnet/images/Property.png) | Protection | Gets an IProtection object that represents the protection options of the worksheet. |
![Property](template/packages/core-dotnet/images/Property.png) | ProtectionMode | Gets a value indicates whether user-interface-only protection is turned on. To turn on user interface protection, use the %Protect(WorksheetLocks, string)% method. (Inherited from GrapeCity.Spreadsheet.ISheet) |
![Property](template/packages/core-dotnet/images/Property.png) | RowCount | Gets or sets the number of rows in this IWorksheet. |
![Property](template/packages/core-dotnet/images/Property.png) | RowHeader | Gets the row header of a worksheet. |
![Property](template/packages/core-dotnet/images/Property.png) | Rows | Get an IRange object that represents all the rows on the worksheet. |
![Property](template/packages/core-dotnet/images/Property.png) | ScrollBars | Gets the list of scroll bar controls of this IWorksheet. (Inherited from GrapeCity.Spreadsheet.ISheet) |
![Property](template/packages/core-dotnet/images/Property.png) | Selection | Gets the current selected cell(s). |
![Property](template/packages/core-dotnet/images/Property.png) | Shapes | Gets a collection of all the GrapeCity.Spreadsheet.Drawing.IShape objects on this IWorksheet. |
![Property](template/packages/core-dotnet/images/Property.png) | Slicers | Gets the GrapeCity.Spreadsheet.Slicers.ISlicers collection that contains the collection of GrapeCity.Spreadsheet.Slicers.ISlicer objects in the specified IWorksheet. |
![Property](template/packages/core-dotnet/images/Property.png) | Sort | Gets the sort object. |
![Property](template/packages/core-dotnet/images/Property.png) | Spinners | Gets the list of spin button controls of this IWorksheet. (Inherited from GrapeCity.Spreadsheet.ISheet) |
![Property](template/packages/core-dotnet/images/Property.png) | StandardHeight | Gets or sets the standard (default) height of all the rows on the worksheet. |
![Property](template/packages/core-dotnet/images/Property.png) | StandardWidth | Gets or sets the standard (default) width of all the columns on the worksheet. |
![Property](template/packages/core-dotnet/images/Property.png) | Styles | Gets a IWorksheetStyles collection that represents all the styles in the worksheet. |
![Property](template/packages/core-dotnet/images/Property.png) | SubType | Gets the worksheet sub-type. |
![Property](template/packages/core-dotnet/images/Property.png) | TabColor | Gets or sets the color of the tab. (Inherited from GrapeCity.Spreadsheet.ISheet) |
![Property](template/packages/core-dotnet/images/Property.png) | Tables | Gets the ITables object which manages all tables in this IWorksheet. |
![Property](template/packages/core-dotnet/images/Property.png) | Type | Gets the worksheet type. (Inherited from GrapeCity.Spreadsheet.ISheet) |
![Property](template/packages/core-dotnet/images/Property.png) | UsedRange | Gets an IRange object that represents the used range on the specified worksheet. |
![Property](template/packages/core-dotnet/images/Property.png) | View | Gets the worksheet view of this IWorksheet object. |
![Property](template/packages/core-dotnet/images/Property.png) | Visible | Gets or sets a SheetVisibility value that determines whether the sheet is visible. (Inherited from GrapeCity.Spreadsheet.ISheet) |
![Property](template/packages/core-dotnet/images/Property.png) | Workbook | Gets the Workbook object contains current IWorksheet object. (Inherited from GrapeCity.Spreadsheet.ISheet) |