Class Outline

Class Outline

Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)

Represents an outline on a worksheet.

public class Outline

Inheritance

objectOutline

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Properties

SummaryColumnRight

Indicates if the summary column will be positioned to the right of the detail columns in the outline.

public bool SummaryColumnRight { get; set; }

Property Value

bool

SummaryRowBelow

Indicates if the summary row will be positioned below the detail rows in the outline.

public bool SummaryRowBelow { get; set; }

Property Value

bool