GrapeCity.Xaml.Excel
TextWrappingType Property (ExcelTextFormat)


GrapeCity.Excel.Chart Namespace > ExcelTextFormat Class : TextWrappingType Property
Specifies the wrapping options to be used for this text body.
Syntax
'Declaration
 
Public Property TextWrappingType As TextWrappingTypes
'Usage
 
Dim instance As ExcelTextFormat
Dim value As TextWrappingTypes
 
instance.TextWrappingType = value
 
value = instance.TextWrappingType
public TextWrappingTypes TextWrappingType {get; set;}
See Also

Reference

ExcelTextFormat Class
ExcelTextFormat Members