Spread.Services Documentation
Format Method (IColorFormatter)
GrapeCity.Documents.Spread Namespace > IColorFormatter Interface : Format Method
The object with cell data to format.
The foreground of the formatted string.
Formats the specified object as a string with a condition foreground.
Syntax
System.string Format( 
   System.object obj,
   out System.Nullable<Color> conditionalForeColor
)

Parameters

obj
The object with cell data to format.
conditionalForeColor
The foreground of the formatted string.

Return Value

Returns the formatted string.
See Also

Reference

IColorFormatter Interface
IColorFormatter Members