Spread WPF Documentation
MaxLines Property


GrapeCity.Windows.SpreadSheet.UI Namespace > EditingElement Class : MaxLines Property
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
Public Property MaxLines As System.Integer
'Usage
 
Dim instance As EditingElement
Dim value As System.Integer
 
instance.MaxLines = value
 
value = instance.MaxLines
[System.ComponentModel.DefaultValue()]
public System.int MaxLines {get; set;}
See Also

Reference

EditingElement Class
EditingElement Members