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

In This Topic
    ISheet Interface Members
    In This Topic

    The following tables list the members exposed by ISheet.

    Public Properties
     NameDescription
     PropertyGets the list of button controls of this IWorksheet.  
     PropertyGets the list of check box controls of this IWorksheet.  
     PropertyGets the list of combo box controls of this IWorksheet.  
     PropertyGets the list of group box controls of this IWorksheet.  
     PropertyGets an integer value that represents the index number of the sheet within the collection.  
     PropertyGets the list of label controls of this IWorksheet.  
     PropertyGets the list of list box controls of this IWorksheet.  
     PropertyGets or sets a string value representing the name of the sheet.  
     PropertyGets an ISheet object that represents the next sheet.  
     PropertyGets the list of option button controls of this IWorksheet.  
     PropertyGets the page setup of the sheet.  
     PropertyGets an ISheet object that represents the previous sheet.  
     PropertyGets a boolean value indicating whether shapes are protected.  
     PropertyGets a value indicates whether user-interface-only protection is turned on. To turn on user interface protection, use the %Protect(WorksheetLocks, string)% method.  
     PropertyGets the list of scroll bar controls of this IWorksheet.  
     PropertyGets the list of spin button controls of this IWorksheet.  
     PropertyGets or sets the color of the tab.  
     PropertyGets the worksheet type.  
     PropertyGets the worksheet view of this ISheet object.  
     PropertyGets or sets a SheetVisibility value that determines whether the sheet is visible.  
     PropertyGets the Workbook object contains current Worksheet object.  
    Top
    Public Methods
     NameDescription
     MethodMakes the current sheet the active sheet.  
     MethodCopies this ISheet to the specified position in the ISheet collection of the IWorkbook.  
     MethodDeletes this ISheet from its owner IWorkbook.  
     MethodMoves this ISheet to the specified position in the ISheet collection of the IWorkbook.  
     MethodProtects a sheet so that it cannot be modified.  
     MethodOverloaded. Saves this IWorksheet to the specified System.IO.Stream.  
     MethodSelects the sheet.  
     MethodUnprotects the sheet which is protected by password.  
    Top
    See Also