Gets or sets the outline color of this object.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
C#
![]() |
---|
public Nullable<Color> LineColor { get; set; } |
Visual Basic
![]() |
---|
Public Property LineColor As Nullable(Of Color) |
An instance of the .NET Color structure or null (Nothing in Visual Basic). The default is null.
If this property is set to null (Nothing in Visual Basic), the outline will not be visible.
MindFusion.Spreadsheet Programmer's Guide | © 2025 MindFusion |