'Declaration
ReadOnly Default Property Item( _ ByVal index As TableStyleElementType _ ) As ITableStyleElement
'使用法
Dim instance As ITableStyleElements Dim index As TableStyleElementType Dim value As ITableStyleElement value = instance.Item(index)
ITableStyleElement this[ TableStyleElementType index ]; {get;}