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