Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / DuplicateName Method


In This Topic
DuplicateName Method
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()
See Also