Spread Silverlight Documentation
TableStyleElements Property (ExcelTableStyle)


GrapeCity.Excel Namespace > ExcelTableStyle Class : TableStyleElements Property
Table style elements defined for this table style.
Syntax
'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;}
See Also

Reference

ExcelTableStyle Class
ExcelTableStyle Members