Gets the DataColumnInfo instance with the specified 0-based index from the collection. In C# this property is the indexer for the DataColumnInfoCollection class.

Syntax

public DocumentServer.DataSources.DataColumnInfo this[int index] { get; }
Public Default ReadOnly Property Item(index As Integer) As DocumentServer.DataSources.DataColumnInfo

Parameters

Parameter Description
index The 0-based index.

Limitations

Read only.