Spread Silverlight Documentation
TableStyleElements Property (IExcelTableStyle)


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

Reference

IExcelTableStyle Interface
IExcelTableStyle Members