RLastRow Property
The RLastRow property returns or sets the right last row of data to be used for a stiff plot. Returns a Long.
Syntax
object.RLastRow
object.RLastRow = RLastRow
Parameter | Type | Description |
RLastRow | Long | required |
Example
This example shows how to set the right side last row for a stiff plot.
StiffPlot.RLastRow = 8
Used by: AutoStiffPlot object