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


In This Topic
    ClearAll Field
    In This Topic
    Clear all from selected cells
    Syntax
    'Declaration
     
    Public Shared ReadOnly ClearAll As SpreadCommand
    'Usage
     
    Dim value As SpreadCommand
     
    value = BuiltInCommands.ClearAll
    public static readonly SpreadCommand ClearAll
    See Also