Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / TextCellType Class / MaxLength Property


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