FirstCol Property [AutoBoxPlot]

The FirstCol property returns or sets the first data column to be used by a box-whisker plot. Returns a Long.

Syntax

object.FirstCol

object.FirstCol = FirstCol

 

Parameter Type Description
FirstCol Long required, column number (column A equals 1)

 

Example 1

This example shows how to set first column for a box-whisker plot.

Box1.firstCol = 4

Example 2

This example shows how to return the first column for a box-whisker plot.

Debug.Print Box1.firstCol

 

Used by: AutoBoxPlot object