Spread for ASP.NET 12 Product Documentation
MaxLength Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > TextCellType Class : MaxLength Property
Gets or sets the maximum length of text in the 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

Reference

TextCellType Class
TextCellType Members