Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ITextEffectFormat Interface / Text Property


In This Topic
    Text Property (ITextEffectFormat)
    In This Topic
    Returns or sets the text for the specified object.
    Syntax
    'Declaration
     
    
    Property Text As String
    'Usage
     
    
    Dim instance As ITextEffectFormat
    Dim value As String
     
    instance.Text = value
     
    value = instance.Text
    string Text {get; set;}
    See Also