FirstRow Property [AutoPieChart, AutoPlot]

The FirstRow property returns or sets the first row of data to be used for a plot. Returns a Long.

Syntax

object.FirstRow

object.FirstRow = FirstRow

 

Parameter Type Description
FirstRow Long required, row number

 

Example

This example shows how to set the first row of data for a pie chart to 3.

Graph1.FirstRow = 3

 

Used by: AutoPieChart object, AutoPlot object