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

In This Topic
    IWorkbookSet Interface Members
    In This Topic

    The following tables list the members exposed by IWorkbookSet.

    Public Properties
     NameDescription
     PropertyGets the calculation engine.  
     PropertyGets the color manager of the IWorkbookSet.  
     PropertyGets the command manager of the IWorkbookSet.  
     PropertyGets or sets the System.Globalization.CultureInfo of this workbook set.  
     PropertyGets or sets the status of Cut or Copy mode.  
     PropertyGets or sets the default behaviors of operations.  
     PropertyGets or sets the language package for the workbook set.  
     PropertyGets the UI manager of the IWorkbookSet.  
     PropertyGets or sets the name of the current user.  
     PropertyGets all of the workbooks in this workbook set.  
    Top
    Public Methods
     NameDescription
     MethodSuspends painting and events until EndUpdate is called. Calling this function is exclusively.  
     MethodCalculates all workbooks on this workbook set.  
     MethodRestores painting and events to the state before the last call to BeginUpdate.  
     MethodInitializes batching for changing cell values and formulas.  
     MethodEnds batching for changing cell values and formulas.  
    Top
    Public Events
     NameDescription
     EventOccurs after the cell value(s) is changed.  
    Top
    See Also