Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / BuiltInCommands Class / EditActiveCell Field


In This Topic
    EditActiveCell Field
    In This Topic
    [F2] Enters cell edit mode with the cursor at the end of the last line of text in the cell.
    Syntax
    'Declaration
     
    Public Shared ReadOnly EditActiveCell As SpreadCommand
    'Usage
     
    Dim value As SpreadCommand
     
    value = BuiltInCommands.EditActiveCell
    public static readonly SpreadCommand EditActiveCell
    See Also