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