Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / ConditionalFormat Class / RuleCount Property


In This Topic
    RuleCount Property
    In This Topic
    Gets the number of rule objects in the collection.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(0)>
    Public ReadOnly Property RuleCount As Integer
    'Usage
     
    Dim instance As ConditionalFormat
    Dim value As Integer
     
    value = instance.RuleCount
    [DefaultValue(0)]
    public int RuleCount {get;}

    Property Value

    The number of rule objects in the collection. The default value is 0.
    See Also