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


In This Topic
    CopyFormulaFromCellAbove Field
    In This Topic
    [Ctrl-'] Copies the formula in the cell above to the active (current) current cell and leaves the cell in edit mode.
    Syntax
    'Declaration
     
    Public Shared ReadOnly CopyFormulaFromCellAbove As SpreadCommand
    'Usage
     
    Dim value As SpreadCommand
     
    value = BuiltInCommands.CopyFormulaFromCellAbove
    public static readonly SpreadCommand CopyFormulaFromCellAbove
    See Also