Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CustomNameChangeAction Enumeration


In This Topic
    CustomNameChangeAction Enumeration
    In This Topic
    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