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