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; }

Parameters

Parameter Description
index The 0-based index.

Limitations

Read only.