Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor Class / MaximumLength Property


In This Topic
    MaximumLength Property (GeneralEditor)
    In This Topic
    Gets or sets the maximum number of characters allowed.
    Syntax
    'Declaration
     
    
    Public Property MaximumLength As Integer
    'Usage
     
    
    Dim instance As GeneralEditor
    Dim value As Integer
     
    instance.MaximumLength = value
     
    value = instance.MaximumLength
    public int MaximumLength {get; set;}
    See Also