[]
Converts a string to a new cell type object.
public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
Public Overrides Function ConvertFrom(context As ITypeDescriptorContext, culture As CultureInfo, value As Object) As Object
| Type | Name | Description |
|---|---|---|
| ITypeDescriptorContext | context | Type descriptor context |
| CultureInfo | culture | CultureInfo |
| object | value | The object |
| Type | Description |
|---|---|
| object | A new border object. |