Click or drag to resize
FixedWidthWriter.ColumnCollection.Item Property (Int32)

Namespace: DataStreams.FixedWidth
Assembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax
public FixedWidthWriter.Column this[
	int i
] { get; set; }

Parameters

i
Type: System.Int32

Property Value

Type: FixedWidthWriter.Column
See Also