Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CfExecutedResult Structure / DatabarRule Property


In This Topic
    DatabarRule Property
    In This Topic
    Gets the data bar conditional formatting rule.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DatabarRule As DatabarCfRule
    'Usage
     
    
    Dim instance As CfExecutedResult
    Dim value As DatabarCfRule
     
    value = instance.DatabarRule
    public DatabarCfRule DatabarRule {get;}

    Property Value

    An DatabarCfRule object represents the data bar conditional formatting rule.
    See Also