Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / TextColumnCollection Class / Item Property
The column index.

In This Topic
    Item Property (TextColumnCollection)
    In This Topic
    Gets a text column at a specified index.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal index As System.Integer _
    ) As TextColumn
    public TextColumn this[ 
       System.int index
    ]; {get;}

    Parameters

    index
    The column index.

    Property Value

    A text column at the specified index.
    See Also