Spread WinForms 15
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.


In This Topic
Format(String,FormatOptions) Method
In This Topic
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)

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