WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HistoryCommandBase

    Show / Hide Table of Contents

    Class HistoryCommandBase

    An abstract class that encapsulates a command to be executed at a later point in time.

    Inheritance
    System.Object
    HistoryCommandBase
    HistoryCommand
    HistoryTransactionCommand
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.Spreadsheet.History
    Assembly: Syncfusion.SfSpreadsheet.WPF.dll
    Syntax
    public abstract class HistoryCommandBase

    Constructors

    HistoryCommandBase()

    Declaration
    protected HistoryCommandBase()

    Properties

    Description

    Gets a description for the command.

    Declaration
    public abstract string Description { get; }
    Property Value
    Type Description
    System.String

    Range

    Gets the specified excel range for performing undo/redo action

    Declaration
    public IRange Range { get; }
    Property Value
    Type Description
    IRange

    SfSpreadsheet

    Gets the instance of SfSpreadsheet .

    Declaration
    public SfSpreadsheet SfSpreadsheet { get; }
    Property Value
    Type Description
    SfSpreadsheet

    An instance of SfSpreadsheet.

    Methods

    Execute(CommandMode)

    Executes the transaction command in SfSpreadsheet.

    Declaration
    public abstract void Execute(CommandMode mode)
    Parameters
    Type Name Description
    CommandMode mode

    Current transaction mode.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved