Spread Windows Forms 15.0
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
    protected string oldName
    See Also