[]
Generate the corresponding function "GETPIVOTDATA" for the cells in the pivot table.
string GenerateGetPivotDataFunction(IRange destination = null)
Function GenerateGetPivotDataFunction(Optional destination As IRange = Nothing) As String
Type | Name | Description |
---|---|---|
IRange | destination | Indicates for which area the "GETPIVOTDATA" function is generated. |
Type | Description |
---|---|
string | "GETPIVOTDATA" function |