'Declaration Public Overridable Function IsFontWeightSet() As System.Boolean
'Usage Dim instance As StyleInfo Dim value As System.Boolean value = instance.IsFontWeightSet()
public virtual System.bool IsFontWeightSet()
Return Value
true
if the font weight setting of the cell (FontWeight property) is set; otherwise, false
.