Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / StyleInfo Class / IsFormatterSet Method


In This Topic
    IsFormatterSet Method (StyleInfo)
    In This Topic
    Gets whether the formatter for the cell (Formatter property) is set.
    Syntax
    'Declaration
     
    
    Public Overrides Function IsFormatterSet() As Boolean
    'Usage
     
    
    Dim instance As StyleInfo
    Dim value As Boolean
     
    value = instance.IsFormatterSet()
    public override bool IsFormatterSet()
    See Also