Gets or sets a value indicating the vertical location of outline buttons.

Namespace:  C1.Silverlight.Excel
Assembly:  C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)

Syntax

C#
public bool OutlinesBelow { get; set; }
Visual Basic
Public Property OutlinesBelow As Boolean
	Get
	Set

Remarks

If this property is set to true, outline buttons are located below the outline group, otherwise they are located above the outline group.

Th default value is true

.

See Also