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