Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / CellTypeConverter Class / ConvertFrom Method / ConvertFrom(ITypeDescriptorContext,CultureInfo,Object) Method
Type descriptor context
CultureInfo
The object


In This Topic
ConvertFrom(ITypeDescriptorContext,CultureInfo,Object) Method
In This Topic
Converts a string to a new cell type object.
Syntax
'Declaration
 
Public Overloads Overrides Function ConvertFrom( _
   ByVal context As ITypeDescriptorContext, _
   ByVal culture As CultureInfo, _
   ByVal value As Object _
) As Object
 
'Usage
 
Dim instance As CellTypeConverter
Dim context As ITypeDescriptorContext
Dim culture As CultureInfo
Dim value As Object
Dim value As Object
 
value = instance.ConvertFrom(context, culture, value)

Parameters

context
Type descriptor context
culture
CultureInfo
value
The object

Return Value

A new border object.
See Also