Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalStyleInfo Class / Editor Property


In This Topic
    Editor Property (ConditionalStyleInfo)
    In This Topic
    Gets or sets the editor of the cell style.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Editor As IEditor
    'Usage
     
    
    Dim instance As ConditionalStyleInfo
    Dim value As IEditor
     
    value = instance.Editor
    public IEditor Editor {get;}
    See Also