Spread WinForms 15
FarPoint.Win.Spread Assembly / GrapeCity.Spreadsheet.DataVisualization Namespace / InputFormulaForm Class / ColorConvertBack Method
A GrapeCity.Spreadsheet.Workbook object which contains color settings.


In This Topic
ColorConvertBack Method
In This Topic
Converts to the System.String value from the specified color.
Syntax
'Declaration
 
Protected Function ColorConvertBack( _
   ByVal workbook As IWorkbook, _
   ByVal color As Color _
) As String
 
'Usage
 
Dim instance As InputFormulaForm
Dim workbook As IWorkbook
Dim color As Color
Dim value As String
 
value = instance.ColorConvertBack(workbook, color)

Parameters

workbook
A GrapeCity.Spreadsheet.Workbook object which contains color settings.
color

Return Value

A System.String value.
See Also