Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / Image Class / Data2 Property


In This Topic
    Data2 Property (Image)
    In This Topic
    Gets or sets the tag object of this picture.
    Syntax
    'Declaration
     
    
    Public Property Data2 As IConvertible(Of T)
    'Usage
     
    
    Dim instance As Image
    Dim value As IConvertible(Of T)
     
    instance.Data2 = value
     
    value = instance.Data2
    public IConvertible<T> Data2 {get; set;}
    See Also