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


In This Topic
    CopyValueFromCellAbove Field
    In This Topic
    [Ctrl-Shift-"] Copies the value in the cell above to the selected cell and leaves the cell in edit mode. If the cell above is a formula, only the value is copied.
    Syntax
    'Declaration
     
    Public Shared ReadOnly CopyValueFromCellAbove As SpreadCommand
    'Usage
     
    Dim value As SpreadCommand
     
    value = BuiltInCommands.CopyValueFromCellAbove
    public static readonly SpreadCommand CopyValueFromCellAbove
    See Also