Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Camera Class / Reference Property


In This Topic
    Reference Property (Camera)
    In This Topic
    Gets the source data range of this data source.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Reference As WorksheetReference
    'Usage
     
    
    Dim instance As Camera
    Dim value As WorksheetReference
     
    value = instance.Reference
    public WorksheetReference Reference {get;}
    See Also