Spread Silverlight Documentation
MinimumDataBarLength Property (IExcelDataBarRule)


GrapeCity.Excel Namespace > IExcelDataBarRule Interface : MinimumDataBarLength Property
The minimum length of the data bar, as a percentage of the cell width.
Syntax
'Declaration
 
Property MinimumDataBarLength As System.Byte
'Usage
 
Dim instance As IExcelDataBarRule
Dim value As System.Byte
 
instance.MinimumDataBarLength = value
 
value = instance.MinimumDataBarLength
System.byte MinimumDataBarLength {get; set;}

Property Value

The minimum length of the data bar, as a percentage of the cell width.
See Also

Reference

IExcelDataBarRule Interface
IExcelDataBarRule Members