public method TableBuilder.SetAltRowStyleStrikethrough
Sets the strikethrough stroke style and color for the alternate 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 alternate rows of the table. If no style is applied to the alternate rows, the library applies the default alternate row style and applies the specified strikethrough stroke style and color to this style. If some style is applied to the alternate rows, the library applies the specified strikethrough stroke style and color to this style.
Declared in TableBuilder