[]
Represents the behaviors of operations.
[Flags]
public enum Behaviors : long
<Flags>
Public Enum Behaviors As Long
Name | 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. |