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

In This Topic
    IWorksheets Interface Members
    In This Topic

    The following tables list the members exposed by IWorksheets.

    Public Properties
     NameDescription
     PropertyGets the number of worksheets in the workbook.  
     PropertyOverloaded. Gets the specified IWorksheet by the zero based index.  
     PropertyGets the parent workbook set of this IWorksheets.  
    Top
    Public Methods
     NameDescription
     MethodCreates a new IWorksheet.  
     MethodCopies worksheets to the specified position in the IWorksheet collection of the IWorkbook.  
     MethodDelete all worksheets.  
     Method (Inherited from System.Collections.Generic.IEnumerable<IWorksheet>)
     MethodMoves worksheets to the specified position in the IWorksheet collection of the IWorkbook.  
     MethodSelects all worksheets.  
    Top
    See Also