Spread Windows Forms 12.0 Product Documentation
CustomNameChangeAction Enumeration


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : CustomNameChangeAction Enumeration
Specifies how to process the data when a custom name changes.
Syntax
'Declaration
 
Public Enum CustomNameChangeAction 
   Inherits System.Enum
'Usage
 
Dim instance As CustomNameChangeAction
public enum CustomNameChangeAction : System.Enum 
Members
MemberDescription
Add[1] Whether to add a custom name
Modify[2] Whether to modify a custom name
Remove[1] Whether to remove a custom name
SetComment[3] Whether to set the comment for a custom name
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.Spread.CustomNameChangeAction

See Also

Reference

FarPoint.Win.Spread Namespace