Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / SheetRenameUndoAction Class / SheetRenameUndoAction Constructor
SheetView
The string


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

    Parameters

    sheetView
    SheetView
    newName
    The string
    See Also