ComponentOne FlexPivot for WinForms
C1.PivotEngine Assembly / C1.PivotEngine Namespace / GeneralUtils Class / ChangeSubtotal Method

In This Topic
    ChangeSubtotal Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Sub ChangeSubtotal( _
       ByVal pivotField As PivotField, _
       ByVal operation As String _
    ) 
    public static void ChangeSubtotal( 
       PivotField pivotField,
       string operation
    )

    Parameters

    pivotField
    operation
    See Also