Spread Windows Forms 6.0 Product Documentation
SheetRenameUndoAction Constructor
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.UndoRedo Namespace > SheetRenameUndoAction Class : SheetRenameUndoAction Constructor


sheetView
SheetView
newName
string

Glossary Item Box

Creates a new SheetRenameUndoAction.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal sheetView As SheetView, _
   ByVal newName As String _
)
Visual Basic (Usage)Copy Code
Dim sheetView As SheetView
Dim newName As String
 
Dim instance As New SheetRenameUndoAction(sheetView, newName)
C# 
public SheetRenameUndoAction( 
   SheetView sheetView,
   string newName
)

Parameters

sheetView
SheetView
newName
string

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.