Gets or sets a value indicating the horizontal location of outline buttons.
Namespace:
C1.Silverlight.ExcelAssembly: C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)
Syntax
C# |
---|
public bool OutlinesRight { get; set; } |
Visual Basic |
---|
Public Property OutlinesRight As Boolean Get Set |
Remarks
If this property is set to true, outline buttons are located to the right the outline group,
otherwise they are located to the left of the outline group.
Th default value is true
.