Version

OutliningStyle Enumeration

An enumeration specifying different styles of outling to apply to the exported Excel document.
Syntax
'Declaration
 
Public Enum OutliningStyle 
   Inherits System.Enum
public enum OutliningStyle : System.Enum 
Members
MemberDescription
IgnoreDepthOverflowOutlining will be used up to the level that Excel supports. After that, no outlining will be used.
NoneThe grid will be exported with no outlining. All rows will be expanded.
RaiseExceptionOnDepthOverflowIf the Exporter tries to create outlining past the level that Excel supports, throw an exception.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, 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