|
|
|
|
|
<Pivot Table>.HeaderValue (Function) In french: <Tableau croisé dynamique>.ValeurEntête Returns the value displayed in a header of Pivot Table control. i is int = 1
s is string = PVT_Stat.HeaderValue("DPVT_Family", i)
WHILE s <> ""
Trace(s)
s = PVT_Stat.HeaderValue("DPVT_Family", i)
i++
END
Syntax
<Result> = <Pivot Table control>.HeaderValue(<Header> , <Subscript>)
<Result>: Character string - Value of specified header.
- Empty string ("") if the specified subscript is invalid.
<Pivot Table control>: Control name Name of the Pivot Table control to be used <Header>: Character string Name of a header of the Pivot Table control. <Subscript>: Integer Index of the value to retrieve.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|