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