Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormulaTextBox Class / Lines Property


In This Topic
    Lines Property (FormulaTextBox)
    In This Topic
    Internal use only. Gets the lines.
    Syntax
    'Declaration
     
    
    Public Shadows ReadOnly Property Lines As String()
    'Usage
     
    
    Dim instance As FormulaTextBox
    Dim value() As String
     
    value = instance.Lines
    public new string[] Lines {get;}
    See Also