Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheet Interface
Properties Methods

In This Topic
    IWorksheet Interface Members
    In This Topic

    The following tables list the members exposed by IWorksheet.

    Public Properties
     NameDescription
     PropertyGets an IRange object that represents the active cell.  
     PropertyGets an IAutoFilter object if filtering is on.  
     PropertyGets a value that indicates whether the AutoFilter drop-down arrows are currently displayed on the sheet.  
     PropertyGets or sets the behaviors of operations.  
     PropertyGets the list of button controls of this IWorksheet. (Inherited from GrapeCity.Spreadsheet.ISheet)
     PropertyGets an IRange object which represents the entire worksheet cells (not just the cells that are currently in use).  
     PropertyGets an GrapeCity.Spreadsheet.Charts.IChartObjects object that represents a collection of all the embedded charts on the sheet.  
     PropertyGets the list of check box controls of this IWorksheet. (Inherited from GrapeCity.Spreadsheet.ISheet)
     PropertyGets 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.  
     PropertyGets or sets the number of columns in this IWorksheet.  
     PropertyGets the column footer of a worksheet.  
     PropertyGets the column header of a worksheet.  
     PropertyGet an IRange object that represents all the columns on the worksheet.  
     PropertyGets an IComments collection that represents all the comments for the specified worksheet.  
     PropertyGets an ICommentsThreaded collection that represents all the top-level/root comments (no replies) for the specified worksheet. Includes legacy and modern comments.  
     PropertyGets the data manager of this worksheet.  
     PropertyGets the list of combo box controls of this IWorksheet. (Inherited from GrapeCity.Spreadsheet.ISheet)
     PropertyGets or sets what can be selected on the sheet.  
     PropertyGets the list of group box controls of this IWorksheet. (Inherited from GrapeCity.Spreadsheet.ISheet)
     PropertyGets an IHyperlinks collection that represents the hyperlinks for the worksheet.  
     PropertyGets an integer value that represents the index number of the worksheet within the collection.  
     PropertyGets the list of label controls of this IWorksheet. (Inherited from GrapeCity.Spreadsheet.ISheet)
     PropertyGets the list of list box controls of this IWorksheet. (Inherited from GrapeCity.Spreadsheet.ISheet)
     PropertyGets or sets a string value representing the name of the sheet. (Inherited from GrapeCity.Spreadsheet.ISheet)
     PropertyGets a Names collection that represents all the worksheet-specific names (names defined with the "WorksheetName!" prefix).  
     PropertyGets an ISheet object that represents the next sheet. (Inherited from GrapeCity.Spreadsheet.ISheet)
     PropertyGets the list of option button controls of this IWorksheet. (Inherited from GrapeCity.Spreadsheet.ISheet)
     PropertyGets the WorksheetOptions object that represents all options of the IWorksheet.  
     PropertyGets an IOutline object that represents the outline for the specified worksheet.  
     PropertyGets the owner worksheet.  
     PropertyGets the page setup of the sheet. (Inherited from GrapeCity.Spreadsheet.ISheet)
     PropertyGets a collection of all the GrapeCity.Spreadsheet.Drawing.IPicture objects on this IWorksheet.  
     PropertyGets an ISheet object that represents the previous sheet. (Inherited from GrapeCity.Spreadsheet.ISheet)
     PropertyGets a boolean value indicating whether shapes are protected. (Inherited from GrapeCity.Spreadsheet.ISheet)
     PropertyGets an IProtection object that represents the protection options of the worksheet.  
     PropertyGets 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)
     PropertyGets or sets the number of rows in this IWorksheet.  
     PropertyGets the row header of a worksheet.  
     PropertyGet an IRange object that represents all the rows on the worksheet.  
     PropertyGets the list of scroll bar controls of this IWorksheet. (Inherited from GrapeCity.Spreadsheet.ISheet)
     PropertyGets the current selected cell(s).  
     PropertyGets a collection of all the GrapeCity.Spreadsheet.Drawing.IShape objects on this IWorksheet.  
     PropertyGets the GrapeCity.Spreadsheet.Slicers.ISlicers collection that contains the collection of GrapeCity.Spreadsheet.Slicers.ISlicer objects in the specified IWorksheet.  
     PropertyGets the sort object.  
     PropertyGets the list of spin button controls of this IWorksheet. (Inherited from GrapeCity.Spreadsheet.ISheet)
     PropertyGets or sets the standard (default) height of all the rows on the worksheet.  
     PropertyGets or sets the standard (default) width of all the columns on the worksheet.  
     PropertyGets a IWorksheetStyles collection that represents all the styles in the worksheet.  
     PropertyGets the worksheet sub-type.  
     PropertyGets or sets the color of the tab. (Inherited from GrapeCity.Spreadsheet.ISheet)
     PropertyGets the ITables object which manages all tables in this IWorksheet.  
     PropertyGets the worksheet type. (Inherited from GrapeCity.Spreadsheet.ISheet)
     PropertyGets an IRange object that represents the used range on the specified worksheet.  
     PropertyGets the worksheet view of this IWorksheet object.  
     PropertyGets or sets a SheetVisibility value that determines whether the sheet is visible. (Inherited from GrapeCity.Spreadsheet.ISheet)
     PropertyGets the Workbook object contains current Worksheet object. (Inherited from GrapeCity.Spreadsheet.ISheet)
    Top
    Public Methods
     NameDescription
     MethodMakes the current sheet the active sheet. (Inherited from GrapeCity.Spreadsheet.ISheet)
     MethodCalculates this worksheet.  
     MethodOverloaded. Circles invalid entries on the worksheet.  
     MethodClears circles from invalid entries on the worksheet.  
     MethodCopies this ISheet to the specified position in the ISheet collection of the IWorkbook. (Inherited from GrapeCity.Spreadsheet.ISheet)
     MethodDeletes this ISheet from its owner IWorkbook. (Inherited from GrapeCity.Spreadsheet.ISheet)
     MethodGets raw data from the specified cell on this sheet.  
     MethodInserts column(s) to the Worksheet at the specified position.  
     MethodInserts row(s) to the Worksheet at the specified position.  
     MethodMoves this ISheet to the specified position in the ISheet collection of the IWorkbook. (Inherited from GrapeCity.Spreadsheet.ISheet)
     MethodOverloaded. Pastes the contents of the Clipboard onto the sheet.  
     MethodProtects a sheet so that it cannot be modified.  
     MethodOverloaded. Get an IRange object that represents a cell or a range of cells.  
     MethodRemoves one or more columns starting with the column at the specified position.  
     MethodRemoves one or more rows starting with the row at the specified position.  
     MethodSaves this IWorksheet to the specified System.IO.Stream. (Inherited from GrapeCity.Spreadsheet.ISheet)
     MethodSelects the sheet. (Inherited from GrapeCity.Spreadsheet.ISheet)
     MethodOverloaded. Sets the background graphic for a worksheet.  
     MethodOverloaded. Sets the System.Boolean value for the cell of the specified row and column.  
     MethodUnprotects the sheet which is protected by password. (Inherited from GrapeCity.Spreadsheet.ISheet)
    Top
    See Also