프로퍼티 | 타입 | 설명 | |
---|---|---|---|
InitRelativeColumnWidths | void |
메소드 | 설명 | |
---|---|---|
GetCell ( int col, int row ) : |
||
SetCell ( int col, int row, |
||
SetCell ( int col, int row, |
||
SetCell ( int col, int row, |
||
SetCell ( int col, int row, string text ) : void | ||
Table ( int cols, int rows ) : System.IO | ||
Table ( int cols, int rows, Alignment align ) : System.IO |
메소드 | 설명 | |
---|---|---|
InitRelativeColumnWidths ( int cols ) : void |
public SetCell ( int col, int row, |
||
col | int | |
row | int | |
cell | ||
리턴 | void |
public SetCell ( int col, int row, |
||
col | int | |
row | int | |
phrase | ||
리턴 | void |
public SetCell ( int col, int row, |
||
col | int | |
row | int | |
phrase | ||
alignment | Alignment | |
리턴 | void |
public SetCell ( int col, int row, string text ) : void | ||
col | int | |
row | int | |
text | string | |
리턴 | void |
public Table ( int cols, int rows, Alignment align ) : System.IO | ||
cols | int | |
rows | int | |
align | Alignment | |
리턴 | System.IO |