Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / SheetView Class / EditorInfo Property


In This Topic
    EditorInfo Property
    In This Topic
    Gets the information of the editor when the sheetview enters the formula selection mode.
    Syntax
    'Declaration
     
    Public ReadOnly Property EditorInfo As EditorInfo
    'Usage
     
    Dim instance As SheetView
    Dim value As EditorInfo
     
    value = instance.EditorInfo
    public EditorInfo EditorInfo {get;}
    See Also