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


In This Topic
    AutoSumSelectedCells Field
    In This Topic
    [Alt-=] Places SUM formula(s) below the selection.
    Syntax
    'Declaration
     
    Public Shared ReadOnly AutoSumSelectedCells As SpreadCommand
    'Usage
     
    Dim value As SpreadCommand
     
    value = BuiltInCommands.AutoSumSelectedCells
    public static readonly SpreadCommand AutoSumSelectedCells
    See Also