Gets or sets the style of the bottom border.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
Nullable<DashStyle> BorderBottomStyle { get; set; } |
Visual Basic
Copy Code
|
|---|
Property BorderBottomStyle As Nullable(Of DashStyle) |
A member of the .NET DashStyle enumeration or null (Nothing in Visual Basic).
See Also