'Declaration Public Overloads ReadOnly Property Item( _ ByVal styleName As String _ ) As TableStyle
'Usage Dim instance As TableStyleCollection Dim styleName As String Dim value As TableStyle value = instance.Item(styleName)
public TableStyle Item( string styleName ) {get;}
Parameters
- styleName
- Style name.