LastCol Property [AutoBoxPlot]

The LastCol property returns or sets the last data column to be use by a box-whisker plot. Returns a Long.

Syntax

object.LastCol

object.LastCol = LastCol

 

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

 

Example 1

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

Box1.LastCol = 8

 

Example 2

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

Debug.Print Box1.LastCol

 

Used by: AutoBoxPlot object