ColumnCollection.GetByIndex

ColumnCollection.GetByIndex method

Gets the column object by the index.

[Obsolete("Use Columns.GetColumnByIndex() method instead.")]
[EditorBrowsable(EditorBrowsableState.Never)]
public Column GetByIndex(int index)
ParameterTypeDescription
indexInt32

Return Value

Returns the column object.

Remarks

NOTE: This member is now obsolete. Instead, please use Columns.GetColumnByIndex() method. This property will be removed 12 months later since June 2010. Aspose apologizes for any inconvenience you may have experienced.

See Also