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


In This Topic
    WrapMode Enumeration
    In This Topic
    Represents how to wrap the line when it is beyond the width of the view.
    Syntax
    'Declaration
     
    
    Public Enum WrapMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As WrapMode
    public enum WrapMode : System.Enum 
    Members
    MemberDescription
    CharWrapWraps the text by characters.
    NoWrapDoes not wrap.
    WordWrapWraps the text by words.
    Inheritance Hierarchy

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

    See Also