Show / Hide Table of Contents

Class OutlineProperties

Inheritance
System.Object
OutlineProperties
Namespace: DRIT.Spreadsheet
Assembly: DRIT.Spreadsheet.dll
Syntax
public class OutlineProperties : object

Constructors

OutlineProperties()

Declaration
public OutlineProperties()

Fields

DefaultApplyStyles

Declaration
public const bool DefaultApplyStyles = null
Field Value
Type Description
System.Boolean

DefaultShowOutlineSymbols

Declaration
public const bool DefaultShowOutlineSymbols = null
Field Value
Type Description
System.Boolean

DefaultSummaryBelow

Declaration
public const bool DefaultSummaryBelow = null
Field Value
Type Description
System.Boolean

DefaultSummaryRight

Declaration
public const bool DefaultSummaryRight = null
Field Value
Type Description
System.Boolean

Properties

ApplyStyles

Declaration
public bool ApplyStyles { get; set; }
Property Value
Type Description
System.Boolean

ShowOutlineSymbols

Declaration
public bool ShowOutlineSymbols { get; set; }
Property Value
Type Description
System.Boolean

SummaryBelow

Declaration
public bool SummaryBelow { get; set; }
Property Value
Type Description
System.Boolean

SummaryRight

Declaration
public bool SummaryRight { get; set; }
Property Value
Type Description
System.Boolean
Back to top Generated by DocFX