Excel for WinRT
OutlinesBelow Property


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

Reference

XLSheet Class
XLSheet Members

 

 


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

Product Support Forum  |  Documentation Feedback