Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / IconSetRule Class / IconSetType Property


In This Topic
    IconSetType Property (IconSetRule)
    In This Topic
    Gets or sets the type of the icon set.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property IconSetType As IconSetType
    'Usage
     
    Dim instance As IconSetRule
    Dim value As IconSetType
     
    instance.IconSetType = value
     
    value = instance.IconSetType
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public IconSetType IconSetType {get; set;}

    Property Value

    A value that specifies the type of icon set. The default value is ThreeArrowsColored.
    See Also