'Declaration Property TableStyleElements As System.Collections.Generic.List(Of IExcelTableStyleElement)
'Usage Dim instance As IExcelTableStyle Dim value As System.Collections.Generic.List(Of IExcelTableStyleElement) instance.TableStyleElements = value value = instance.TableStyleElements
System.Collections.Generic.List<IExcelTableStyleElement> TableStyleElements {get; set;}