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


In This Topic
    Data Property (WebImage)
    In This Topic
    Gets or sets the custom data.
    Syntax
    'Declaration
     
    
    Public Property Data As Object
    'Usage
     
    
    Dim instance As WebImage
    Dim value As Object
     
    instance.Data = value
     
    value = instance.Data
    public object Data {get; set;}
    See Also