Spread Silverlight Documentation
IsFontWeightSet Method (StyleInfo)


GrapeCity.Windows.SpreadSheet.Data Namespace > StyleInfo Class : IsFontWeightSet Method
Gets a value that indicates whether the font weight setting of the cell (FontWeight property) is set.
Syntax
'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.
See Also

Reference

StyleInfo Class
StyleInfo Members