Spread Windows Forms 12.0 Product Documentation
TabCharMode Enumeration


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace : TabCharMode Enumeration
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

Reference

GrapeCity.Win.Spread.InputMan.CellType Namespace