Spread Windows Forms 12.0 Product Documentation
SheetRenameUndoAction Constructor


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.UndoRedo Namespace > SheetRenameUndoAction Class : SheetRenameUndoAction Constructor
SheetView
The string
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

Reference

SheetRenameUndoAction Class
SheetRenameUndoAction Members