Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / TabCharMode Enumeration


In This Topic
    TabCharMode Enumeration
    In This Topic
    Defines the Tab character mode which describes how to process the Tab character.
    Syntax
    'Declaration
     
    
    Public Enum TabCharMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TabCharMode
    public enum TabCharMode : System.Enum 
    Members
    MemberDescription
    CutCuts the following strings from the first Tab character in copied, cut, and pasted strings.
    FilterRemoves all Tab characters in copied, cut, or pasted strings.
    NoControlAccepts all Tab characters in copied, cut, or pasted strings.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Win.Spread.InputMan.CellType.TabCharMode

    See Also