Свойство | Тип | Описание | |
---|---|---|---|
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 GetCell ( int col, int row ) : |
||
col | int | |
row | int | |
Результат |
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 ) : System.IO | ||
cols | int | |
rows | int | |
Результат | System.IO |
public Table ( int cols, int rows, Alignment align ) : System.IO | ||
cols | int | |
rows | int | |
align | Alignment | |
Результат | System.IO |