Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / AutoFilterInfo Class / MinimumPrefixLength Property


In This Topic
    MinimumPrefixLength Property (AutoFilterInfo)
    In This Topic
    Gets or sets the minimum length of the filter prefix.
    Syntax
    'Declaration
     
    
    Public Property MinimumPrefixLength As Integer
    'Usage
     
    
    Dim instance As AutoFilterInfo
    Dim value As Integer
     
    instance.MinimumPrefixLength = value
     
    value = instance.MinimumPrefixLength
    public int MinimumPrefixLength {get; set;}

    Property Value

    The length of the min prefix. The default value is 1.
    Exceptions
    ExceptionDescription
    The value is less than or equals to 0.
    Remarks
    Only when the filter prefix length is greater than or equals the MinimumPrefixLength, the filter can be preformed automatically.
    See Also