[]
Gets or sets the line style for the border.
BorderLineStyle LineStyle { get; set; }
Property LineStyle As BorderLineStyle
IBorder border = worksheet.Range["B2:D4"].Borders[BordersIndex.EdgeBottom];
border.LineStyle = BorderLineStyle.Thick;
BorderLineStyle lineStyle = border.LineStyle;