Spread Windows Forms 13.0 Product Documentation
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapeBase Interface / AlternativeText Property


In This Topic
    AlternativeText Property
    In This Topic
    Syntax
    'Declaration
     
    Property AlternativeText As String
    'Usage
     
    Dim instance As IShapeBase
    Dim value As String
     
    instance.AlternativeText = value
     
    value = instance.AlternativeText
    string AlternativeText {get; set;}
    See Also