Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / TextColumnCollection Class / Add Method / Add() Method

In This Topic
    Add() Method
    In This Topic
    Adds a new TextColumn to the section.
    Syntax
    'Declaration
     
    Public Overloads Function Add() As TextColumn
    public TextColumn Add()

    Return Value

    The newly created TextColumn.
    See Also