FontStrikeOut Property (DDCells)
In This Topic
Sets the strikeout property of each cell font.
Syntax
'Declaration
Public WriteOnly Property FontStrikeOut As Boolean
public bool FontStrikeOut {set;}
Property Value
A
System.Boolean value representing whether the font in this cell should be striked out or not.
See Also