Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Behaviors Enumeration


In This Topic
    Behaviors Enumeration
    In This Topic
    Represents the behaviors of operations.
    Syntax
    'Declaration
     
    
    Public Enum Behaviors 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As Behaviors
    public enum Behaviors : System.Enum 
    Members
    MemberDescription
    ContainsAtLeastOneWorksheetIndicating whether the workbook must contains at least one worksheet.
    DefaultIndicating the default behaviors.
    FilterFrozenRowsIndicating whether frozen rows should be included in the filter operation.
    KeepFormulaOnSetValueIndicating whether set value to cell cause the formula to be clear.
    NoneIndicating all behaviors are excluded.
    ReportAllCellValueChangesIndicating whether all cell value changes will be notified via CellValueChanged event but not only cell formula value changes.
    SortFrozenRowsIndicating whether frozen rows should be included in the sort operation.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.Behaviors

    See Also