Skip to main content
A newer version of this page is available. .

DataAwareEventArgsBase.DocumentRow Property

Gets the index of the row in the export output to which the current cell is exported.

Namespace: DevExpress.Export

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

public int DocumentRow { get; set; }

Property Value

Type Description
Int32

A zero-based integer value that specifies the index of the row in the export output.

Remarks

The topmost row in the export output has a DocumentRow index of 0. For each subsequent row, the DocumentRow property is incremented by 1.

Note that the top rows in the export output may be occupied by column headers, group rows and other elements. The topmost data cells will be displayed below these elements. The column “Document Row” in the following image demonstrates DocumentRow property values for exported data cells when column headers are exported.

data-aware-export-CustomizeCell-DocumentRow.png

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the DocumentRow property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also