Spread Silverlight Documentation
RightToLeft Property (ExcelDataBarRule)


GrapeCity.Excel Namespace > ExcelDataBarRule Class : RightToLeft Property
Gets or sets a value indicating whether the data bar grows from right to left.
Syntax
'Declaration
 
Public Property RightToLeft As System.Boolean
'Usage
 
Dim instance As ExcelDataBarRule
Dim value As System.Boolean
 
instance.RightToLeft = value
 
value = instance.RightToLeft
public System.bool RightToLeft {get; set;}

Property Value

true if the data bar grows from right to left; otherwise, false.
See Also

Reference

ExcelDataBarRule Class
ExcelDataBarRule Members