GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISheet Interface

ISheet Interface Properties

For a list of all members of this type, see ISheet members.

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 IWorksheet object.  
Top
See Also