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


In This Topic
    ExtraRendererSettings Property (BaseCellType)
    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