Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SparklineStorage Class / Worksheet Property


In This Topic
    Worksheet Property (SparklineStorage)
    In This Topic
    Gets the owner worksheet.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Worksheet As Worksheet
    'Usage
     
    
    Dim instance As SparklineStorage
    Dim value As Worksheet
     
    value = instance.Worksheet
    public Worksheet Worksheet {get;}
    See Also