Skip to main content

CrossTabCellPrintEventArgs(Int32, Int32) Constructor

Initializes a new instance of the CrossTabCellPrintEventArgs class with specified settings.

Namespace: DevExpress.XtraReports.UI.CrossTab

Assembly: DevExpress.XtraReports.v24.1.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public CrossTabCellPrintEventArgs(
    int groupColumnIndex,
    int groupRowIndex
)

Parameters

Name Type
groupColumnIndex Int32
groupRowIndex Int32
See Also