SpreadsheetGear 2010
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 System.Enum
C# 
[FlagsAttribute()]
public enum CommandRangeUndoFlags : System.Enum 

Members

MemberDescription
AutoFilters Specifies that autofilters be preserved.
ColumnInfoSpecifies 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.
RowInfoSpecifies 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.

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

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Copyright © 2003-2010 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.