'Declaration
<System.FlagsAttribute()> Public Enum CommandRangeUndoFlags Inherits System.Enum
'Usage
Dim instance As CommandRangeUndoFlags
[System.Flags()] public enum CommandRangeUndoFlags : System.Enum
'Declaration
<System.FlagsAttribute()> Public Enum CommandRangeUndoFlags Inherits System.Enum
'Usage
Dim instance As CommandRangeUndoFlags
[System.Flags()] public enum CommandRangeUndoFlags : System.Enum
Member | Description |
---|---|
AutoFilters | Specifies that autofilters be preserved. |
ColumnInfo | Specifies that column width, hidden state and outline info be preserved. |
Comments | Specifies that cell comments should be preserved. |
FormatBorders | Specifies that border formatting be preserved (including expanded range). |
FormatConditions | Specifies that conditional formats be preserved. |
Formats | Specifies that formatting is to be saved. |
FormulaFixups | Specifies that fixed up formulas outside of the primary range be preserved (for Insert, Delete and Cut/Paste). |
Hyperlinks | Specifies that hyperlinks should be preserved. |
MergeState | Specifies that merge state should be preserved. |
None | Specifies that nothing is to be saved. |
RowInfo | Specifies that row height, hidden state and outline info be preserved. |
Validation | Specifies that data validation should be preserved. |
Values | Specifies that values and formulas are to be preserved. |
System.Object
System.ValueType
System.Enum
SpreadsheetGear.Commands.CommandRangeUndoFlags
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2