Click or drag to resize
IDataFieldCollection.Item Property
Gets the DataField object of the specified index.

Namespace: Aceoffix.ExcelWriter
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
DataField this[
	int index
] { get; }

Parameters

index
Type: System.Int32
The index of the DataField. It starts from "0".

Return Value

Type: DataField
Returns the DataField object of the specified index.
See Also