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