Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / EditingElement Class / MaxLines Property


In This Topic
    MaxLines Property
    In This Topic
    Syntax
    'Declaration
     
    <DefaultValueAttribute(2147483647)>
    Public Property MaxLines As Integer
    'Usage
     
    Dim instance As EditingElement
    Dim value As Integer
     
    instance.MaxLines = value
     
    value = instance.MaxLines
    [DefaultValue(2147483647)]
    public int MaxLines {get; set;}
    See Also