Spread Windows Forms 12.0 Product Documentation
Format(Boolean,FormatOptions) Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IFormatter Interface > Format Method : Format(Boolean,FormatOptions) Method
An System.Boolean value indicates the data to format.
A value that specifies additional format options.
Formats the specified boolean value to display text.
Syntax
'Declaration
 
Overloads Function Format( _
   ByVal value As Boolean, _
   Optional ByVal options As FormatOptions _
) As FormatResult
'Usage
 
Dim instance As IFormatter
Dim value As Boolean
Dim options As FormatOptions
Dim value As FormatResult
 
value = instance.Format(value, options)
FormatResult Format( 
   bool value,
   FormatOptions options
)

Parameters

value
An System.Boolean value indicates the data to format.
options
A value that specifies additional format options.

Return Value

A FormatResult value represents the formatting result.
See Also

Reference

IFormatter Interface
IFormatter Members
Overload List