'Declaration
Public Enum Behaviors Inherits System.Enum
'Usage
Dim instance As Behaviors
public enum Behaviors : System.Enum
'Declaration
Public Enum Behaviors Inherits System.Enum
'Usage
Dim instance As Behaviors
public enum Behaviors : System.Enum
Member | Description |
---|---|
ContainsAtLeastOneWorksheet | Indicating whether the workbook must contains at least one worksheet. |
Default | Indicating the default behaviors. |
FilterFrozenRows | Indicating whether frozen rows should be included in the filter operation. |
KeepFormulaOnSetValue | Indicating whether set value to cell cause the formula to be clear. |
None | Indicating all behaviors are excluded. |
ReportAllCellValueChanges | Indicating whether all cell value changes will be notified via CellValueChanged event but not only cell formula value changes. |
SortFrozenRows | Indicating whether frozen rows should be included in the sort operation. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.Behaviors