'Declaration
Overloads ReadOnly Property Item( _ ByVal index As Integer _ ) As ITableStyle
'Usage
Dim instance As ITableStyles Dim index As Integer Dim value As ITableStyle value = instance.Item(index)
ITableStyle Item( int index ) {get;}
Parameters
- index
- An integer value indicates the index of the table style.