Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Spacing Class / LineSpacing Property

In This Topic
    LineSpacing Property
    In This Topic
    Gets or sets the line spacing for the paragraph. If LineSpacingRule is Auto then value is interpreted in lines otherwise in points.
    Syntax
    'Declaration
     
    Public Property LineSpacing As System.Single
    public System.float LineSpacing {get; set;}
    See Also