C# Class FlatFiles.Window

Defines the location and width of a column in a fixed-length record.
ファイルを表示 Open project: jehugaleahsa/FlatFiles Class Usage Examples

Public Methods

Method Description
Window ( int width ) : System

Initializes a new instance of a Window.

Method Details

Window() public method

Initializes a new instance of a Window.
public Window ( int width ) : System
width int The maximum possible width of the column.
return System