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


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

Parameters

text
A string value indicates the text 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