Table of Contents

Property OutlineLevel

Namespace
DocWright.Formats.Xlsx
Assembly
DocWright.Formats.Xlsx.dll

OutlineLevel

Gets or sets the outline level, zero for none.

public int OutlineLevel { get; set; }

Property Value

int

Remarks

This is how a report's row groups become Excel's grouping bracket: a detail row under one group is level 1, under two is level 2, and the group header itself stays a level above its details.