Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / Text Property


In This Topic
    Text Property (ExcelShape)
    In This Topic
    Gets or sets the text.
    Syntax
    'Declaration
     
    
    Public Property Text As String
    'Usage
     
    
    Dim instance As ExcelShape
    Dim value As String
     
    instance.Text = value
     
    value = instance.Text
    public string Text {get; set;}

    Property Value

    text
    See Also