Excel for WinRT
OutlinesRight Property


Gets or sets a value indicating the horizontal location of outline buttons.
Syntax
'Declaration
 
Public Property OutlinesRight As System.Boolean
'Usage
 
Dim instance As XLSheet
Dim value As System.Boolean
 
instance.OutlinesRight = value
 
value = instance.OutlinesRight
public System.bool OutlinesRight {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

.
See Also

Reference

XLSheet Class
XLSheet Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback