public method TableBuilder.SetFooterRowStyleStrikethrough
Sets the strikethrough stroke style and color for the footer row style.
Declaration | ||||
|
Parameters | |
stroke |
The strikethrough stroke style. |
color |
The strikethrough color. |
isWholeCell |
Defines whether the strikethrough is applied to the entire cell. The entire cell is strikethrough if the value is |
This method allows you to set the strikethrough stroke style and color for all footer rows of the table. If no style is applied to the footer rows, the library applies the default footer row style and applies the specified strikethrough stroke style and color to this style. If some style is applied to the footer rows, the library applies the specified strikethrough stroke style and color to this style.
Declared in TableBuilder