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

In This Topic
    IChart Interface Members
    In This Topic

    The following tables list the members exposed by IChart.

    Public Properties
     NameDescription
     PropertyGets the list of button controls of this GrapeCity.Spreadsheet.IWorksheet. (Inherited from GrapeCity.Spreadsheet.ISheet)
     PropertyGets the list of check box controls of this GrapeCity.Spreadsheet.IWorksheet. (Inherited from GrapeCity.Spreadsheet.ISheet)
     PropertyGets the list of combo box controls of this GrapeCity.Spreadsheet.IWorksheet. (Inherited from GrapeCity.Spreadsheet.ISheet)
     PropertyGets the list of group box controls of this GrapeCity.Spreadsheet.IWorksheet. (Inherited from GrapeCity.Spreadsheet.ISheet)
     PropertyGets an integer value that represents the index number of the chart within the collection.  
     PropertyGets the list of label controls of this GrapeCity.Spreadsheet.IWorksheet. (Inherited from GrapeCity.Spreadsheet.ISheet)
     PropertyGets the list of list box controls of this GrapeCity.Spreadsheet.IWorksheet. (Inherited from GrapeCity.Spreadsheet.ISheet)
     PropertyGets or sets a string value representing the name of the sheet. (Inherited from GrapeCity.Spreadsheet.ISheet)
     PropertyGets an GrapeCity.Spreadsheet.ISheet object that represents the next sheet. (Inherited from GrapeCity.Spreadsheet.ISheet)
     PropertyGets the list of option button controls of this GrapeCity.Spreadsheet.IWorksheet. (Inherited from GrapeCity.Spreadsheet.ISheet)
     PropertyGets the page setup of the sheet. (Inherited from GrapeCity.Spreadsheet.ISheet)
     PropertyGets an GrapeCity.Spreadsheet.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 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 the list of scroll bar controls of this GrapeCity.Spreadsheet.IWorksheet. (Inherited from GrapeCity.Spreadsheet.ISheet)
     PropertyGets a GrapeCity.Spreadsheet.Drawing.IShapes collection that represents all the shapes on the chart sheet.  
     PropertyGets the list of spin button controls of this GrapeCity.Spreadsheet.IWorksheet. (Inherited from GrapeCity.Spreadsheet.ISheet)
     PropertyGets or sets the color of the tab. (Inherited from GrapeCity.Spreadsheet.ISheet)
     PropertyGets the worksheet type. (Inherited from GrapeCity.Spreadsheet.ISheet)
     PropertyGets the worksheet view of this GrapeCity.Spreadsheet.ISheet object. (Inherited from GrapeCity.Spreadsheet.ISheet)
     PropertyGets or sets a GrapeCity.Spreadsheet.SheetVisibility value that determines whether the sheet is visible. (Inherited from GrapeCity.Spreadsheet.ISheet)
     PropertyGets the Workbook object contains current GrapeCity.Spreadsheet.IWorksheet object. (Inherited from GrapeCity.Spreadsheet.ISheet)
    Top
    Public Methods
     NameDescription
     MethodMakes the current sheet the active sheet. (Inherited from GrapeCity.Spreadsheet.ISheet)
     MethodCopies this GrapeCity.Spreadsheet.ISheet to the specified position in the GrapeCity.Spreadsheet.ISheet collection of the GrapeCity.Spreadsheet.IWorkbook. (Inherited from GrapeCity.Spreadsheet.ISheet)
     MethodDeletes this GrapeCity.Spreadsheet.ISheet from its owner GrapeCity.Spreadsheet.IWorkbook. (Inherited from GrapeCity.Spreadsheet.ISheet)
     MethodMoves the chart to a new location.  
     MethodMoves this GrapeCity.Spreadsheet.ISheet to the specified position in the GrapeCity.Spreadsheet.ISheet collection of the GrapeCity.Spreadsheet.IWorkbook. (Inherited from GrapeCity.Spreadsheet.ISheet)
     MethodProtects a chart so that it cannot be modified.  
     MethodSaves this GrapeCity.Spreadsheet.IWorksheet to the specified System.IO.Stream. (Inherited from GrapeCity.Spreadsheet.ISheet)
     MethodSelects the sheet. (Inherited from GrapeCity.Spreadsheet.ISheet)
     MethodUnprotects the sheet which is protected by password. (Inherited from GrapeCity.Spreadsheet.ISheet)
    Top
    See Also