ComponentOne FlexPivot for WinForms
GroupOpCallback Delegate

C1.DataEngine.4 Assembly > C1.DataEngine Namespace : GroupOpCallback Delegate
Syntax
'Declaration
 
Public Delegate Sub GroupOpCallback( _
   ByVal columns() As Values, _
   ByVal offset As System.Long, _
   ByVal count As System.Long, _
   ByVal result As Values, _
   ByVal offsetResult As System.Long _
) 
public delegate void GroupOpCallback( 
   Values[] columns,
   System.long offset,
   System.long count,
   Values result,
   System.long offsetResult
)

Parameters

columns
offset
count
result
offsetResult
See Also

Reference

GroupOpCallback Members
C1.DataEngine Namespace