IsSparklineAvailable Method
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