SpreadsheetGear 2023
CommandRangeUndoFlags Enumeration


SpreadsheetGear.Commands Namespace : CommandRangeUndoFlags Enumeration
Specifies what must be saved to undo a CommandRange.
Syntax
'Declaration
 
<System.FlagsAttribute()>
Public Enum CommandRangeUndoFlags 
   Inherits System.Enum
'Usage
 
Dim instance As CommandRangeUndoFlags
[System.Flags()]
public enum CommandRangeUndoFlags : System.Enum 
Members
MemberDescription
AutoFiltersSpecifies that autofilters be preserved.
ColumnInfoSpecifies that column width, hidden state and outline info be preserved.
CommentsSpecifies that cell comments should be preserved.
FormatBordersSpecifies that border formatting be preserved (including expanded range).
FormatConditionsSpecifies that conditional formats be preserved.
FormatsSpecifies that formatting is to be saved.
FormulaFixupsSpecifies that fixed up formulas outside of the primary range be preserved (for Insert, Delete and Cut/Paste).
HyperlinksSpecifies that hyperlinks should be preserved.
MergeStateSpecifies that merge state should be preserved.
NoneSpecifies that nothing is to be saved.
RowInfoSpecifies that row height, hidden state and outline info be preserved.
ValidationSpecifies that data validation should be preserved.
ValuesSpecifies that values and formulas are to be preserved.
Example
Multiple options may be specified by ORing them together, such as (CommandRangeUndoFlags.Values | CommandRangeUndoFlags.Formats).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.Commands.CommandRangeUndoFlags

Requirements

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

See Also

Reference

SpreadsheetGear.Commands Namespace