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