[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.TextColumnCollection.Add

Add Method

Add()

Adds a new TextColumn to the section.

Declaration
public TextColumn Add()
Public Function Add() As TextColumn
Returns
Type Description
TextColumn

The newly created TextColumn.

Add(float)

Adds a new TextColumn to the section.

Declaration
public TextColumn Add(float width)
Public Function Add(width As Single) As TextColumn
Parameters
Type Name Description
float width

The width of the new text column, in points.

Returns
Type Description
TextColumn

The newly created TextColumn.

Add(float, float)

Adds a new TextColumn to the section.

This method sets the EvenlySpaced property to false.

Declaration
public TextColumn Add(float width, float spaceAfter)
Public Function Add(width As Single, spaceAfter As Single) As TextColumn
Parameters
Type Name Description
float width

The width of the new text column, in points.

float spaceAfter

The space between this column and the next column, in points.

Returns
Type Description
TextColumn

The newly created TextColumn.