Excel for WinRT
BorderColorRight Property


Gets or sets the color used to draw the right border.
Syntax
'Declaration
 
Public Property BorderColorRight As Windows.UI.Color
'Usage
 
Dim instance As XLStyle
Dim value As Windows.UI.Color
 
instance.BorderColorRight = value
 
value = instance.BorderColorRight
public Windows.UI.Color BorderColorRight {get; set;}
Remarks
Use the SetBorderColor method to set all borders at once.
See Also

Reference

XLStyle Class
XLStyle Members

 

 


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

Product Support Forum  |  Documentation Feedback