Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChartCollection Class / Owner Property


In This Topic
    Owner Property (SpreadChartCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Owner As SheetView
    'Usage
     
    
    Dim instance As SpreadChartCollection
    Dim value As SheetView
     
    value = instance.Owner
    public SheetView Owner {get;}
    See Also