LStepRow Property
The LStepRow property returns or sets the plot's worksheet left step row. Returns a Long.
Syntax
object.LStepRow
object.LStepRow = LStepRow
Parameter | Type | Description |
LStepRow | Long | required |
Example
This example shows how to set the left side step factor for stiff plots.
StiffPlot.LStepRow = 2
Used by: AutoStiffPlot object