GrapeCity.Xaml.Excel
TextVerticalOverflow Property (RichText)


GrapeCity.Excel.Chart Namespace > RichText Class : TextVerticalOverflow Property
Gets or sets the text vertical overflow.
Syntax
'Declaration
 
Public Property TextVerticalOverflow As TextOverflowTypes
'Usage
 
Dim instance As RichText
Dim value As TextOverflowTypes
 
instance.TextVerticalOverflow = value
 
value = instance.TextVerticalOverflow
public TextOverflowTypes TextVerticalOverflow {get; set;}
See Also

Reference

RichText Class
RichText Members