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


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