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