Spread WPF 17
GrapeCity.Excel Namespace / ExcelStyle Class / GetBuiltInStyleCategory Method


In This Topic
    GetBuiltInStyleCategory Method
    In This Topic
    Gets the built in style category.
    Syntax
    'Declaration
     
    Public Function GetBuiltInStyleCategory() As Integer
    'Usage
     
    Dim instance As ExcelStyle
    Dim value As Integer
     
    value = instance.GetBuiltInStyleCategory()
    public int GetBuiltInStyleCategory()
    See Also