Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / SheetRenameUndoAction Class / newName Field


In This Topic
    newName Field
    In This Topic
    Specifies the new name for the sheet.
    Syntax
    'Declaration
     
    
    Protected newName As String
    'Usage
     
    
    Dim instance As SheetRenameUndoAction
    Dim value As String
     
    value = instance.newName
     
    instance.newName = value
    protected string newName
    See Also