SpreadsheetGear The Performance Spreadsheet Component Company 
CommandRangeUndoFlags Enumeration
See Also  
SpreadsheetGear.Windows.Forms Namespace : CommandRangeUndoFlags Enumeration
Specifies what must be saved to undo a CommandRange.

Syntax

C# 
[FlagsAttribute()]
public enum CommandRangeUndoFlags : Enum 

Members

MemberDescription
None Specifies that nothing is to be saved.
Formats Specifies that formatting is to be saved.
Values Specifies that values and formulas are to be preserved.
Hyperlinks Specifies that hyperlinks should be preserved.
MergeState Specifies that merge state should be preserved.
RowInfoSpecifies that row height, hidden state and outline info be preserved.
ColumnInfoSpecifies that column width, hidden state and outline info be preserved.
FormatBorders Specifies that border formatting be preserved (including expanded range).
FormulaFixups Specifies that fixed up formulas outside of the primary range be preserved (for Insert, Delete and Cut/Paste).
Comments Specifies that cell comments should be preserved.
Validation Specifies that data validation should be preserved.
FormatConditions Specifies that conditional formats 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.Windows.Forms.CommandRangeUndoFlags

Requirements

Namespace: SpreadsheetGear.Windows.Forms

Platforms: Windows Vista, Windows XP, Windows Server 2008, Windows Server 2003, Windows 2000, Windows Me and Windows 98, including 32 bit and 64 bit editions where applicable. SpreadsheetGear for .NET 1.x requires the Microsoft .NET Framework 1.1 or .NET 2.0 (works with .NET 3.x). SpreadsheetGear for .NET 2007 requires the Microsoft .NET Framework 2.0 (works with .NET 3.x).

Assembly: SpreadsheetGear (in SpreadsheetGear.dll)

See Also