Spread Silverlight Documentation
GetExcelBuiltInStyles Method


Gets all excel built-in styles.
Syntax
'Declaration
 
Public Shared Function GetExcelBuiltInStyles() As System.Collections.Generic.List(Of StyleInfo)
'Usage
 
Dim value As System.Collections.Generic.List(Of StyleInfo)
 
value = ExcelBuiltInStyleHelper.GetExcelBuiltInStyles()
public static System.Collections.Generic.List<StyleInfo> GetExcelBuiltInStyles()

Return Value

A collection of objects used to represents excel built-in styles.
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

ExcelBuiltInStyleHelper Class
ExcelBuiltInStyleHelper Members
StyleInfo Class

 

 


Copyright © GrapeCity, inc. All rights reserved.