Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / TextAndFont Class / TextString Property


In This Topic
    TextString Property (TextAndFont)
    In This Topic
    Gets or sets the text string.
    Syntax
    'Declaration
     
    
    Public Overridable Property TextString As String
    'Usage
     
    
    Dim instance As TextAndFont
    Dim value As String
     
    instance.TextString = value
     
    value = instance.TextString
    public virtual string TextString {get; set;}
    See Also