Spread WinForms 15
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
See Also