Class HistoryManagerHelper
Represents a helper class which maintains the excel range which is to restore the transaction.
Inheritance
System.Object
HistoryManagerHelper
Namespace: Syncfusion.UI.Xaml.Spreadsheet.History
Assembly: Syncfusion.SfSpreadsheet.WPF.dll
Syntax
public static class HistoryManagerHelper : Object
Methods
GetTab(String, SfSpreadsheet)
Gets the specified System.Windows.Controls.TabItem.
Declaration
public static TabItem GetTab(string name, SfSpreadsheet sfSpreadsheet)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | Name of the tab item. |
SfSpreadsheet | sfSpreadsheet | An instance of SfSpreadsheet. |
Returns
Type | Description |
---|---|
System.Windows.Controls.TabItem | The System.Windows.Controls.TabItem with the specified name. |
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. |