Label Property
The Label property returns the label for the column containing the worksheet data from which the statistics were calculated. Returns a Variant. This is a read-only property.
Syntax
object.Label( Col )
Parameter | Type | Description |
Col | Long | optional, default=1 (column A) |
Example
This example demonstrates how to return the label for data values in column C.
Debug.Print "Label "; Stats.Label(3)
Used by: WksStatistics object