VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.UI Namespace / SpreadsheetVisualEditor Class / CellValueExternalEditor Property
Syntax Remarks Requirements SeeAlso
In This Topic
    CellValueExternalEditor Property (SpreadsheetVisualEditor)
    In This Topic
    Gets or sets the external editor of cell value.
    Syntax
    'Declaration
    
    Public Property CellValueExternalEditor As Vintasoft.Imaging.UI.TextBoxProvider
    
    
    public Vintasoft.Imaging.UI.TextBoxProvider CellValueExternalEditor { get; set; }
    
    
    public: __property Vintasoft.Imaging.UI.TextBoxProvider* get_CellValueExternalEditor();
    public: __property void set_CellValueExternalEditor(
    Vintasoft.Imaging.UI.TextBoxProvider* value
    );
    Remarks

    The external editor is the editor that allows to edit the cell value outside of worksheet, for example, in formula bar.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also