Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / ImageBrush Class / Link Property


In This Topic
    Link Property (ImageBrush)
    In This Topic
    Gets the linked file name.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Link As String
    'Usage
     
    
    Dim instance As ImageBrush
    Dim value As String
     
    value = instance.Link
    public string Link {get;}
    See Also