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.

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 98, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family. SpreadsheetGear for .NET 1.x requires the Microsoft .NET Framework 1.1 or 2.0. SpreadsheetGear for .NET 2006 requires the Microsoft .NET Framework 2.0.

Assembly: SpreadsheetGear (in SpreadsheetGear.dll)

See Also