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