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