SpreadsheetGear
CommandRangeUndoFlags Enumeration
See Also  Send Feedback
SpreadsheetGear.Windows.Forms Namespace : CommandRangeUndoFlags Enumeration

Specifies what must be saved to undo a CommandRange.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum CommandRangeUndoFlags 
   Inherits Enum
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: x86 and x64 versions of Windows 2000, Windows XP, Windows Vista, Windows 7, Windows Server 2003 (including R2) and Windows Server 2008 (including R2). SpreadsheetGear 2009 requires the Microsoft .NET Framework 2.0 and supports .NET 3.0 and .NET 3.5.

Assembly: SpreadsheetGear (in SpreadsheetGear.dll)

See Also

Copyright © 2003-2009 SpreadsheetGear LLC. All Rights Reserved.Help Powered by Innovasys   
SpreadsheetGear is a registered trademark of SpreadsheetGear LLC.
Microsoft, Microsoft Excel and Visual Studio are trademarks or registered trademarks of Microsoft Corporation.