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.UWP.dll
Syntax
public static class HistoryManagerHelper : Object
Methods
GetTab(String, SfSpreadsheet)
Declaration
public static SfTabItem GetTab(string name, SfSpreadsheet SfSpreadsheet)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
SfSpreadsheet | SfSpreadsheet |
Returns
Type |
---|
SfTabItem |
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. |