Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / BaseCellType Class / ExtraRendererSettings Property


In This Topic
    ExtraRendererSettings Property
    In This Topic
    Gets the conditional formatting settings.
    Syntax
    'Declaration
     
    
    Protected ReadOnly Property ExtraRendererSettings As ExtraRendererSettings
    'Usage
     
    
    Dim instance As BaseCellType
    Dim value As ExtraRendererSettings
     
    value = instance.ExtraRendererSettings
    protected ExtraRendererSettings ExtraRendererSettings {get;}
    See Also