GrapeCity.Xaml.SpreadSheet.UI.UndoRedo Namespace > SheetRenameUndoAction Class : SheetRenameUndoAction Constructor |
'Usage Dim sheet As Worksheet Dim newName As String Dim instance As New SheetRenameUndoAction(sheet, newName)
var action = new GrapeCity.Xaml.SpreadSheet.UI.UndoRedo.SheetRenameUndoAction(GcSpreadSheet1.Sheets[0], "SheetName"); GcSpreadSheet1.DoCommand(action);
Dim action As New GrapeCity.Xaml.SpreadSheet.UI.UndoRedo.SheetRenameUndoAction(GcSpreadSheet1.Sheets(0), "SheetName") GcSpreadSheet1.DoCommand(action)
Target Platforms: Windows Server 2012, Windows RT