Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / WrapMode Enumeration


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