Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
FlatFiles
Window
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