Spread Silverlight Documentation
GetExcelBuiltInStyles Method


GrapeCity.Windows.SpreadSheet.Data Namespace > ExcelBuiltInStyleHelper Class : 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.
See Also

Reference

ExcelBuiltInStyleHelper Class
ExcelBuiltInStyleHelper Members
StyleInfo Class