'Declaration Function GetTableStyles() As System.Collections.Generic.List(Of IExcelTableStyle)
'Usage Dim instance As IExcelTableWriter Dim value As System.Collections.Generic.List(Of IExcelTableStyle) value = instance.GetTableStyles()
System.Collections.Generic.List<IExcelTableStyle> GetTableStyles()
Return Value
A collection of IExcelTableStyle instances represents table styles.