Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DatabarCfRule Class / MaxLength Property


In This Topic
    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