SparklineDateAxisRange Property
In This Topic
Gets the axis range of the sparkline.
Syntax
'Declaration
Public ReadOnly Property SparklineDateAxisRange As CellRange
'Usage
Dim instance As Cell
Dim value As CellRange
value = instance.SparklineDateAxisRange
public CellRange SparklineDateAxisRange {get;}
See Also