Excel for WinRT
SetBorderStyle Method


Line style used to draw the border.
Sets the border style for this XLStyle.
Syntax
'Declaration
 
Public Sub SetBorderStyle( _
   ByVal style As XLLineStyleEnum _
) 
'Usage
 
Dim instance As XLStyle
Dim style As XLLineStyleEnum
 
instance.SetBorderStyle(style)
public void SetBorderStyle( 
   XLLineStyleEnum style
)

Parameters

style
Line style 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