[]
Provides a drop-down list of style names for the StyleName property in the Cell, Column, Row, and AlternatingRow classes.
public class StyleNameConverter : TypeConverter
Public Class StyleNameConverter
Inherits TypeConverter
Name | Description |
---|---|
StyleNameConverter() | Initializes a new instance of the StyleNameConverter class. |
Name | Description |
---|---|
CanConvertFrom(ITypeDescriptorContext, Type) | Returns whether the specified type can be converted to a border object. |
ConvertFrom(ITypeDescriptorContext, CultureInfo, object) | Converts a string to a new border object. |
ConvertTo(ITypeDescriptorContext, CultureInfo, object, Type) | Converts the border object to a string. |
GetStandardValues(ITypeDescriptorContext) | Retrieves the set of standard values for this type. |
GetStandardValuesSupported(ITypeDescriptorContext) | Determines whether this object supports standard values. |