GrapeCity.Xaml.Excel
ParagraphSpacing Property


GrapeCity.Excel.Chart Namespace > RichText Class : ParagraphSpacing Property
Specifies whether the before and after paragraph spacing defined by the user is to be respected.
Syntax
'Declaration
 
Public Property ParagraphSpacing As Boolean
'Usage
 
Dim instance As RichText
Dim value As Boolean
 
instance.ParagraphSpacing = value
 
value = instance.ParagraphSpacing
public bool ParagraphSpacing {get; set;}
See Also

Reference

RichText Class
RichText Members