Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.CalcEngine Namespace / IFunctionVisualizer Interface / IsVisual Property


In This Topic
    IsVisual Property (IFunctionVisualizer)
    In This Topic
    Gets a boolean value indicating whether the function is data visualization function.
    Syntax
    'Declaration
     
    
    ReadOnly Property IsVisual As Boolean
    'Usage
     
    
    Dim instance As IFunctionVisualizer
    Dim value As Boolean
     
    value = instance.IsVisual
    bool IsVisual {get;}

    Property Value

    true if the function is data visualization function; otherwise, the function apply style format to cell.
    See Also