Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / TextColumnCollection Class / Add Method / Add(Single) Method
The width of the new text column, in points.

In This Topic
    Add(Single) Method
    In This Topic
    Adds a new TextColumn to the section.
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal width As System.Single _
    ) As TextColumn
    public TextColumn Add( 
       System.float width
    )

    Parameters

    width
    The width of the new text column, in points.

    Return Value

    The newly created TextColumn.
    See Also