public method TableRowBuilder.SetBorder
Sets the border stroke style for the table row 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 row. This is useful when you need to reset the border settings for a table row to default, for example, if they were redefined by the style applied to the table.
Declared in TableRowBuilder