'Declaration
Function Add( _ ByVal name As String _ ) As ITableStyle
'Usage
Dim instance As ITableStyles Dim name As String Dim value As ITableStyle value = instance.Add(name)
ITableStyle Add( string name )
Parameters
- name
- A string value indicates the name of the table style.
Return Value
A TableStyle object represents the created table style.