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

In This Topic
    Width Property (TextColumnCollection)
    In This Topic
    When columns are evenly spaced (see EvenlySpaced), gets or sets the width of the columns.
    Syntax
    'Declaration
     
    Public Property Width As System.Single
    public System.float Width {get; set;}
    See Also