Excel for WinRT
LineColor Property


Gets or sets the color of the border around the shape.
Syntax
'Declaration
 
Public Property LineColor As Windows.UI.Color
'Usage
 
Dim instance As XLShape
Dim value As Windows.UI.Color
 
instance.LineColor = value
 
value = instance.LineColor
public Windows.UI.Color LineColor {get; set;}
See Also

Reference

XLShape Class
XLShape Members

 

 


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

Product Support Forum  |  Documentation Feedback