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


In This Topic
    StopEditing Field
    In This Topic
    Enters a value and leave the same cell selected.
    Syntax
    'Declaration
     
    Public Shared ReadOnly StopEditing As SpreadCommand
    'Usage
     
    Dim value As SpreadCommand
     
    value = BuiltInCommands.StopEditing
    public static readonly SpreadCommand StopEditing
    See Also