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


In This Topic
    Data Property (LocalImage)
    In This Topic
    Gets the data of this image.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Data As Object
    'Usage
     
    
    Dim instance As LocalImage
    Dim value As Object
     
    value = instance.Data
    public object Data {get;}
    See Also