MinLength Property (DatabarCfRule)
In This Topic
Gets or sets an integer value which indicates the length of the shortest data bar in this conditional formatting range, expressed as a percentage of the width of the cell containing the data bar.
Syntax
'Declaration
Public Property MinLength As Integer
'Usage
Dim instance As DatabarCfRule
Dim value As Integer
instance.MinLength = value
value = instance.MinLength
public int MinLength {get; set;}
Property Value
An integer value represents the length of the shortest data bar in this conditional formatting range.
See Also