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