GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace > SheetRenameUndoAction Class : SheetRenameUndoAction Constructor |
'Usage Dim sheet As Worksheet Dim newName As System.String Dim instance As New SheetRenameUndoAction(sheet, newName)
var action = new GrapeCity.Windows.SpreadSheet.UI.UndoRedo.SheetRenameUndoAction(GcSpreadSheet1.Sheets[0], "SheetName"); GcSpreadSheet1.DoCommand(action);
Dim action As New GrapeCity.Windows.SpreadSheet.UI.UndoRedo.SheetRenameUndoAction(GcSpreadSheet1.Sheets(0), "SheetName") GcSpreadSheet1.DoCommand(action)
Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6