Click or drag to resize
IDataFieldCollectionItem 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: SystemInt32
The index of the DataField. It starts from "0".

Return Value

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