GenerateUniqueTableStyleName Method
In This Topic
Generate new unique table style name
Syntax
'Declaration
Public Function GenerateUniqueTableStyleName( _
ByVal As String _
) As String
'Usage
Dim instance As Styles
Dim name As String
Dim value As String
value = instance.GenerateUniqueTableStyleName(name)
public string GenerateUniqueTableStyleName(
string
)
Parameters
- name
- A string value indicates the table style name
Return Value
Return the input name in case of it doesn't exist; otherwise, the new unique name will be generated
See Also