Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CustomNameChangeAction Enumeration


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
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