Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / SheetActionsCommand Class / SheetActionsCommand Constructor / SheetActionsCommand Constructor(Worksheet,String)
The processing GrapeCity.Spreadsheet.Worksheet object
New name of the worksheet


In This Topic
SheetActionsCommand Constructor(Worksheet,String)
In This Topic
Initializes a new instance of the SheetActionsCommand class.
Syntax
'Declaration
 
Public Function New( _
   ByVal worksheet As Worksheet, _
   ByVal newName As String _
)
 
'Usage
 
Dim worksheet As Worksheet
Dim newName As String
 
Dim instance As New SheetActionsCommand(worksheet, newName)

Parameters

worksheet
The processing GrapeCity.Spreadsheet.Worksheet object
newName
New name of the worksheet
See Also