Excel for WinRT
SetBorderColor Method


Color used to draw the border.
Sets the border color for this XLStyle.
Syntax
'Declaration
 
Public Sub SetBorderColor( _
   ByVal color As Windows.UI.Color _
) 
'Usage
 
Dim instance As XLStyle
Dim color As Windows.UI.Color
 
instance.SetBorderColor(color)
public void SetBorderColor( 
   Windows.UI.Color color
)

Parameters

color
Color used to draw the border.
Remarks
This method applies the setting to all four borders.
See Also

Reference

XLStyle Class
XLStyle Members

 

 


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

Product Support Forum  |  Documentation Feedback