LastRow Property [AutoPlot]

The LastRow property returns or sets the last row of data to be used by plot when the AutoLastRow property is false. Returns a Long.

Syntax

object.LastRow

object.LastRow = LastRow

 

 

Parameter Type Description
LastRow Long required, last row number

 

Example

This example shows how to set the last row to 10.

StepPlot.AutoLastRow = False

StepPlot.LastRow = 10

 

Used by: AutoPlot object