'Declaration Overloads ReadOnly Property Item( _ ByVal tableStyleName As String _ ) As ITableStyle
'Usage Dim instance As ITableStyles Dim tableStyleName As String Dim value As ITableStyle value = instance.Item(tableStyleName)
ITableStyle Item( string tableStyleName ) {get;}
Parameters
- tableStyleName
- A string value indicates the name of the table style.