Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace / SheetRenameUndoAction Class / SheetRenameUndoAction Constructor
The renamed worksheet.
The worksheet's new name.


In This Topic
    SheetRenameUndoAction Constructor
    In This Topic
    Creates a new instance of the SheetRenameUndoAction class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal sheet As Worksheet, _
       ByVal newName As String _
    )
    'Usage
     
    Dim sheet As Worksheet
    Dim newName As String
     
    Dim instance As New SheetRenameUndoAction(sheet, newName)
    public SheetRenameUndoAction( 
       Worksheet sheet,
       string newName
    )

    Parameters

    sheet
    The renamed worksheet.
    newName
    The worksheet's new name.
    See Also