Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / TextPropsStream Class / Text Property


In This Topic
    Text Property (TextPropsStream)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property Text As String
    'Usage
     
    
    Dim instance As TextPropsStream
    Dim value As String
     
    instance.Text = value
     
    value = instance.Text
    public string Text {get; set;}
    See Also