HistoryManagerHelper Class
Represents a helper class which maintains the excel range which is to restore the transaction.
Inheritance
System.Object
HistoryManagerHelper
Namespace: Syncfusion.Windows.Forms.Spreadsheet.History
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public static class HistoryManagerHelper : Object
Methods
GetTab(String, Spreadsheet)
Gets the specified TabItem
Declaration
public static TabBarPage GetTab(string name, Spreadsheet sfSpreadsheet)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | |
| Spreadsheet | sfSpreadsheet |
Returns
| Type |
|---|
| Syncfusion.Windows.Forms.TabBarPage |
OnDeletingRange(SpreadsheetGrid)
Removes the table from the selected range in the Worksheet.
Declaration
public static void OnDeletingRange(SpreadsheetGrid grid)
Parameters
| Type | Name | Description |
|---|---|---|
| SpreadsheetGrid | grid | An instance of SpreadsheetGrid. |