Version

DefaultSectionInformation Constructor

Constructs a DefaultSectionInformation
Syntax
'Declaration
 
Public Function New( _
   ByVal startIndex As Integer, _
   ByVal endIndex As Integer, _
   ByVal groupKeyProperties() As String, _
   ByVal groupKeyValues() As Object, _
   ByVal summaryResults() As ISummaryResult _
)
public DefaultSectionInformation( 
   int startIndex,
   int endIndex,
   string[] groupKeyProperties,
   object[] groupKeyValues,
   ISummaryResult[] summaryResults
)

Parameters

startIndex
The start index of the section.
endIndex
The end index of the section.
groupKeyProperties
The key properties for the group.
groupKeyValues
The key values for the group.
summaryResults
The summary results for the group.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also