GrapeCity.Xaml.Excel
TextHorizontalOverflow Enumeration


GrapeCity.Excel.Chart Namespace : TextHorizontalOverflow Enumeration
Specifices the text horizontal overflow types.
Syntax
'Declaration
 
Public Enum TextHorizontalOverflow 
   Inherits System.Enum
'Usage
 
Dim instance As TextHorizontalOverflow
public enum TextHorizontalOverflow : System.Enum 
Members
MemberDescription
Clip When a big character does not fit into a line, clip it at the proper horizontal overflow.
Overflow When a big character does not fit into a line, allow a horizontal overflow.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Excel.Chart.TextHorizontalOverflow

See Also

Reference

GrapeCity.Excel.Chart Namespace