public method TableCellBuilder.SetBorder
Sets the border stroke style for the table cell or resets the border settings to default if used without the parameter.
Declaration | ||||
|
Parameters | |
strokeStyle |
The border stroke style. |
When used without the parameter, the method applies the default border settings defined by the default style to the table cell. This is useful when you need to reset the border settings for a table cell to default, for example, if they were redefined by the style applied to the row or to the table.
Declared in TableCellBuilder