Spread Silverlight Documentation
TableStyleElements Property (ExcelTableStyle)


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;}
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

ExcelTableStyle Class
ExcelTableStyle Members

 

 


Copyright © GrapeCity, inc. All rights reserved.