Spread Silverlight Documentation
MinimumDataBarLength Property (ExcelDataBarRule)


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

Property Value

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

Reference

ExcelDataBarRule Class
ExcelDataBarRule Members