AutoLastRow Property
The AutoLastRow property returns or sets if the last row should be automatically used in the plot. Returns a Boolean.
Syntax
object.AutoLastRow
object.AutoLastRow = AutoLastRow
Parameter | Type | Description |
AutoLastRow | Boolean | required, true to use the last row containing data |
Example 1
This example shows how to enable the automatic last row feature.
Line.AutoLastRow = True
Example 2
This example shows how to return if the automatic last row is activated.
Debug.Print Line.AutoLastRow
Used by: AutoPlot object