| FixedWidthWriterColumn Constructor |
Initializes a new instance of the
FixedWidthWriterColumn
class using the name of the data type to use for this column
and specifying the name to use to refer to this column.
Namespace: DataStreams.FixedWidthAssembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax public Column(
int width
)
Public Sub New (
width As Integer
)
Parameters
- width
- Type: SystemInt32
See Also