Method | Description | |
---|---|---|
GetBorder ( TableCellBorderType borderType ) : Novacode.Border |
Get a table cell border Added by lckuiper @ 20101117
|
|
InsertTable ( int rowCount, int columnCount ) : |
||
SetBorder ( TableCellBorderType borderType, Border border ) : void |
Set the table cell border Added by lckuiper @ 20101117
|
Method | Description | |
---|---|---|
Cell ( |
public GetBorder ( TableCellBorderType borderType ) : Novacode.Border | ||
borderType | TableCellBorderType | The table cell border to get |
return | Novacode.Border |
public InsertTable ( int rowCount, int columnCount ) : |
||
rowCount | int | |
columnCount | int | |
return |
public SetBorder ( TableCellBorderType borderType, Border border ) : void | ||
borderType | TableCellBorderType | Table Cell border to set |
border | Border | Border object to set the table cell border |
return | void |