Spread Windows Forms 12.0 Product Documentation
DatabarRule Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > CfExecutedResult Structure : DatabarRule Property
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

Reference

CfExecutedResult Structure
CfExecutedResult Members