Excel for WinRT
BorderBottom Property


Gets or sets the line style used to draw the bottom border.
Syntax
'Declaration
 
Public Property BorderBottom As XLLineStyleEnum
'Usage
 
Dim instance As XLStyle
Dim value As XLLineStyleEnum
 
instance.BorderBottom = value
 
value = instance.BorderBottom
public XLLineStyleEnum BorderBottom {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