Class HistoryAutoFitRowHeightCommand
Class which holds the memory transaction history of AutofitRow Command.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Spreadsheet.History
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public class HistoryAutoFitRowHeightCommand : HistoryCommand
Constructors
HistoryAutoFitRowHeightCommand(IRange, Spreadsheet, Boolean)
Initializes a new instance of the HistoryAutoFitRowHeightCommand class.
Declaration
public HistoryAutoFitRowHeightCommand(IRange range, Spreadsheet sfSpreadsheet, bool isAutofit)
Parameters
Type | Name | Description |
---|---|---|
IRange | range | Range to autofit. |
Spreadsheet | sfSpreadsheet | An instance of Spreadsheet. |
System.Boolean | isAutofit | True or False . |
Methods
Execute(CommandMode)
Executes the transaction command in Spreadsheet.
Declaration
public override void Execute(CommandMode mode)
Parameters
Type | Name | Description |
---|---|---|
CommandMode | mode | Holds the current process in SfSpreadsheet(either undo or redo). |