GrapeCity.Xaml.Excel
TextVerticalOverflow Property (ExcelTextFormat)


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

Reference

ExcelTextFormat Class
ExcelTextFormat Members