Spread WPF Documentation
Format Method (IColorFormatter)


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
'Declaration
 
Function Format( _
   ByVal obj As System.Object, _
   ByRef conditionalForeColor As System.Nullable(Of Color) _
) As System.String
'Usage
 
Dim instance As IColorFormatter
Dim obj As System.Object
Dim conditionalForeColor As System.Nullable(Of Color)
Dim value As System.String
 
value = instance.Format(obj, conditionalForeColor)
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.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

IColorFormatter Interface
IColorFormatter Members

 

 


Copyright © GrapeCity, inc. All rights reserved.