Spread WPF 17
GrapeCity.Excel Namespace / IBuiltInExcelStyle Interface / Category Property


In This Topic
    Category Property (IBuiltInExcelStyle)
    In This Topic
    Gets or sets the category of the built-in style
    Syntax
    'Declaration
     
    Property Category As Integer
    'Usage
     
    Dim instance As IBuiltInExcelStyle
    Dim value As Integer
     
    instance.Category = value
     
    value = instance.Category
    int Category {get; set;}

    Property Value

    The category of the built-in style
    See Also