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