Property | Type | Description | |
---|---|---|---|
InitRelativeColumnWidths | void |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
InitRelativeColumnWidths ( int cols ) : void |
public GetCell ( int col, int row ) : |
||
col | int | |
row | int | |
return |
public SetCell ( int col, int row, |
||
col | int | |
row | int | |
cell | ||
return | void |
public SetCell ( int col, int row, |
||
col | int | |
row | int | |
phrase | ||
return | void |
public SetCell ( int col, int row, |
||
col | int | |
row | int | |
phrase | ||
alignment | Alignment | |
return | void |
public SetCell ( int col, int row, string text ) : void | ||
col | int | |
row | int | |
text | string | |
return | void |
public Table ( int cols, int rows ) : System.IO | ||
cols | int | |
rows | int | |
return | System.IO |
public Table ( int cols, int rows, Alignment align ) : System.IO | ||
cols | int | |
rows | int | |
align | Alignment | |
return | System.IO |