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


In This Topic
    Delete Field
    In This Topic
    [Delete] Deletes the cell value.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Delete As SpreadCommand
    'Usage
     
    Dim value As SpreadCommand
     
    value = BuiltInCommands.Delete
    public static readonly SpreadCommand Delete
    See Also