'Declaration
Public ReadOnly Property Item( _ ByVal type As TableStyleElementType _ ) As TableStyleElement
'Usage
Dim instance As TableStyle Dim type As TableStyleElementType Dim value As TableStyleElement value = instance.Item(type)
public TableStyleElement Item( TableStyleElementType type ) {get;}
Parameters
- type
- A TableStyleElementType value indicates the table style element type.