Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DatabarCfRule Class / Direction Property


In This Topic
Direction Property (DatabarCfRule)
In This Topic
Gets or sets the direction of the data bar.
Syntax
'Declaration
 
Public Property Direction As DatabarDirection
 
'Usage
 
Dim instance As DatabarCfRule
Dim value As DatabarDirection
 
instance.Direction = value
 
value = instance.Direction

Property Value

A DatabarDirection value represents the direction of the data bar.
See Also