IDataFieldCollectionItem Property |
Gets the DataField object of the specified index.
Namespace: Aceoffix.ExcelWriterAssembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
SyntaxDataField this[
int index
] { get; }
ReadOnly Default Property Item (
index As Integer
) As DataField
Get
Parameters
- index
- Type: SystemInt32
The index of the DataField. It starts from "0".
Return Value
Type:
DataFieldReturns the DataField object of the specified index.
See Also