AutoFirstRow Property

The AutoFirstRow property returns or sets if the first row should be automatically used in the plot. Returns a Boolean.

Syntax

object.AutoFirstRow

object.AutoFirstRow = AutoFirstRow

 

Parameter Type Description
AutoFirstRow Boolean required, true to use the first row containing data

 

Example 1

This example shows how to enable the automatic first row feature.

Line.AutoFirstRow = True

Example 2

This example shows how to return if the automatic first row is activated.

Debug.Print Line.AutoFirstRow

 

Used by: AutoPlot object