[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.TextColumnCollection.Item

this Property

this[int]

Gets a text column at a specified index.

Declaration
public TextColumn this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As TextColumn
Parameters
Type Name Description
int index

The column index.

Property Value
Type Description
TextColumn

A text column at the specified index.