Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / IsSparklineAvailable Method


In This Topic
    IsSparklineAvailable Method (Worksheet)
    In This Topic
    Gets a value indicating whether there is sparkline in the worksheet.
    Syntax
    'Declaration
     
    
    Public Function IsSparklineAvailable() As Boolean
    'Usage
     
    
    Dim instance As Worksheet
    Dim value As Boolean
     
    value = instance.IsSparklineAvailable()
    public bool IsSparklineAvailable()
    See Also