Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.CalcEngine Namespace / WebImage Class / AlternateText Property


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