Gets or sets the text color of the run, or null (Nothing in Visual Basic), if the run should use the default text color.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
C#
![]() |
---|
public Nullable<Color> Color { get; set; } |
Visual Basic
![]() |
---|
Public Property Color As Nullable(Of Color) |
An instance of the .NET Color structure or null (Nothing in Visual Basic).
MindFusion.Spreadsheet Programmer's Guide | © 2025 MindFusion |