Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IGraphic Interface / AlternateText Property


In This Topic
    AlternateText Property (IGraphic)
    In This Topic
    Gets or sets alternative text that describes the image for accessibility.
    Syntax
    'Declaration
     
    
    Property AlternateText As String
    'Usage
     
    
    Dim instance As IGraphic
    Dim value As String
     
    instance.AlternateText = value
     
    value = instance.AlternateText
    string AlternateText {get; set;}
    See Also