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

In This Topic
    Spacing Property (TextColumnCollection)
    In This Topic
    When columns are evenly spaced (see EvenlySpaced), gets or sets the amount of space between each column in points.
    Syntax
    'Declaration
     
    Public Property Spacing As System.Single
    public System.float Spacing {get; set;}
    See Also