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