Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / DuplicateName Method


In This Topic
    DuplicateName Method (Worksheet)
    In This Topic
    Genereates a new worksheet name from the naem of this worksheet.
    Syntax
    'Declaration
     
    
    Public Function DuplicateName() As String
    'Usage
     
    
    Dim instance As Worksheet
    Dim value As String
     
    value = instance.DuplicateName()
    public string DuplicateName()
    See Also