Back to Devexpress

HeaderFooterCode.FontColor(Color) Method

officefileapi-devexpress-dot-spreadsheet-dot-headerfootercode-dot-fontcolor-x28-system-dot-drawing-dot-color-x29.md

latest1.4 KB
Original Source

HeaderFooterCode.FontColor(Color) Method

Obtains the formatting code that sets the text font color.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public static string FontColor(
    Color color
)
vb
Public Shared Function FontColor(
    color As Color
) As String

Parameters

NameTypeDescription
colorColor

A Color value that is the font color.

|

Returns

TypeDescription
String

A string that is the formatting code.

|

See Also

HeaderFooterCode Class

HeaderFooterCode Members

DevExpress.Spreadsheet Namespace