Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / SheetRenameUndoAction Class / oldName Field


In This Topic
oldName Field
In This Topic
Specifies the old name of the sheet.
Syntax
'Declaration
 
Protected oldName As String
 
'Usage
 
Dim instance As SheetRenameUndoAction
Dim value As String
 
value = instance.oldName
 
instance.oldName = value
See Also