[]
Gets or sets the maximum number of characters that the can be entered into the cell.
public int? MaxLength { get; set; }
Public Property MaxLength As Integer?
Set this property to null to allow entry of any number of characters.