menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HistoryManagerHelper - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class HistoryManagerHelper

    Represents a helper class which maintains the excel range which is to restore the transaction.

    Inheritance
    System.Object
    HistoryManagerHelper
    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 static class HistoryManagerHelper

    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
    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.

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