Skip to main content

CustomizeCellEventArgsBase.AreaType Property

Gets or sets the type of the current cell in the export document.

Namespace: DevExpress.Export

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

NuGet Package: DevExpress.Printing.Core

Declaration

public SheetAreaType AreaType { get; set; }

Property Value

Type Description
DevExpress.Export.SheetAreaType

The type of the current cell in the export document.

Remarks

The following values are available:

  • DataArea - A data cell.
  • Header - A column header.
  • GroupHeader - A group row.
  • GroupFooter - A group summary row.
  • TotalFooter - The total summary row.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the AreaType 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