Excel for WinRT
BorderLeft Property


Gets or sets the line style used to draw the left border.
Syntax
'Declaration
 
Public Property BorderLeft As XLLineStyleEnum
'Usage
 
Dim instance As XLStyle
Dim value As XLLineStyleEnum
 
instance.BorderLeft = value
 
value = instance.BorderLeft
public XLLineStyleEnum BorderLeft {get; set;}
Remarks
Use the SetBorderStyle 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