'Declaration Public Shared Function GetExcelBuiltInStyles() As List(Of StyleInfo)
'Usage Dim value As List(Of StyleInfo) value = ExcelBuiltInStyleHelper.GetExcelBuiltInStyles()
public static List<StyleInfo> GetExcelBuiltInStyles()
Return Value
A collection of objects used to represents excel built-in styles.