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. | |
Buttons | Gets the list of button controls of this IWorksheet. (Inherited from GrapeCity.Spreadsheet.ISheet) | |
Cells | Gets an IRange object which represents the entire worksheet cells (not just the cells that are currently in use). | |
ChartObjects | Gets an GrapeCity.Spreadsheet.Charts.IChartObjects object that represents a collection of all the embedded charts on the sheet. | |
CheckBoxes | Gets the list of check box controls of this IWorksheet. (Inherited from GrapeCity.Spreadsheet.ISheet) | |
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. | |
DropDowns | Gets the list of combo box controls of this IWorksheet. (Inherited from GrapeCity.Spreadsheet.ISheet) | |
EnableSelection | Gets or sets what can be selected on the sheet. | |
GroupBoxes | Gets the list of group box controls of this IWorksheet. (Inherited from GrapeCity.Spreadsheet.ISheet) | |
Hyperlinks | Gets an IHyperlinks collection that represents the hyperlinks for the worksheet. | |
Index | Gets an integer value that represents the index number of the worksheet within the collection. | |
Labels | Gets the list of label controls of this IWorksheet. (Inherited from GrapeCity.Spreadsheet.ISheet) | |
ListBoxes | Gets the list of list box controls of this IWorksheet. (Inherited from GrapeCity.Spreadsheet.ISheet) | |
Name | Gets or sets a string value representing the name of the sheet. (Inherited from GrapeCity.Spreadsheet.ISheet) | |
Names | Gets a Names collection that represents all the worksheet-specific names (names defined with the "WorksheetName!" prefix). | |
Next | Gets an ISheet object that represents the next sheet. (Inherited from GrapeCity.Spreadsheet.ISheet) | |
OptionButtons | Gets the list of option button controls of this IWorksheet. (Inherited from GrapeCity.Spreadsheet.ISheet) | |
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. | |
PageSetup | Gets the page setup of the sheet. (Inherited from GrapeCity.Spreadsheet.ISheet) | |
Pictures | Gets a collection of all the GrapeCity.Spreadsheet.Drawing.IPicture objects on this IWorksheet. | |
Previous | Gets an ISheet object that represents the previous sheet. (Inherited from GrapeCity.Spreadsheet.ISheet) | |
ProtectDrawingObjects | Gets a boolean value indicating whether shapes are protected. (Inherited from GrapeCity.Spreadsheet.ISheet) | |
Protection | Gets an IProtection object that represents the protection options of the worksheet. | |
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) | |
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. | |
ScrollBars | Gets the list of scroll bar controls of this IWorksheet. (Inherited from GrapeCity.Spreadsheet.ISheet) | |
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. | |
Spinners | Gets the list of spin button controls of this IWorksheet. (Inherited from GrapeCity.Spreadsheet.ISheet) | |
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. (Inherited from GrapeCity.Spreadsheet.ISheet) | |
Tables | Gets the ITables object which manages all tables in this IWorksheet. | |
Type | Gets the worksheet type. (Inherited from GrapeCity.Spreadsheet.ISheet) | |
UsedRange | Gets an IRange object that represents the used range on the specified worksheet. | |
View | Gets the worksheet view of this IWorksheet object. | |
Visible | Gets or sets a SheetVisibility value that determines whether the sheet is visible. (Inherited from GrapeCity.Spreadsheet.ISheet) | |
Workbook | Gets the Workbook object contains current IWorksheet object. (Inherited from GrapeCity.Spreadsheet.ISheet) |