GrapeCity.Documents.Excel Namespace / IRange Interface / GenerateGetPivotDataFunction Method
Indicates for which area the "GETPIVOTDATA" function is generated.
In This Topic
GenerateGetPivotDataFunction Method
In This Topic
Generate the corresponding function "GETPIVOTDATA" for the cells in the pivot table.
Syntax
System.string GenerateGetPivotDataFunction( 
   IRange destination
)

Parameters

destination
Indicates for which area the "GETPIVOTDATA" function is generated.

Return Value

"GETPIVOTDATA" function
See Also