Search
Run.Color Property
See Also
 






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

 Syntax

C#  Copy Code

public Nullable<Color> Color { get; set; }

Visual Basic  Copy Code

Public Property Color As Nullable(Of Color)

 Property Value

An instance of the .NET Color structure or null (Nothing in Visual Basic).

 See Also