GrapeCity.Xaml.Excel
TextHorizontalOverflow Property (ExcelTextFormat)


GrapeCity.Excel.Chart Namespace > ExcelTextFormat Class : TextHorizontalOverflow Property
Determines whether the text can flow out of the bounding box horizontally.
Syntax
'Declaration
 
Public Property TextHorizontalOverflow As TextOverflowTypes
'Usage
 
Dim instance As ExcelTextFormat
Dim value As TextOverflowTypes
 
instance.TextHorizontalOverflow = value
 
value = instance.TextHorizontalOverflow
public TextOverflowTypes TextHorizontalOverflow {get; set;}
See Also

Reference

ExcelTextFormat Class
ExcelTextFormat Members