[]
        
(Showing Draft Content)

FarPoint.Web.Spread.StyleNameConverter

StyleNameConverter Class

Provides a drop-down list of style names for the StyleName property in the Cell, Column, Row, and AlternatingRow classes.

Inheritance
StyleNameConverter
Namespace: FarPoint.Web.Spread
Assembly: FarPoint.Web.Spread.dll
Syntax
public class StyleNameConverter : TypeConverter
Public Class StyleNameConverter
    Inherits TypeConverter

Constructors

Name Description
StyleNameConverter()

Initializes a new instance of the StyleNameConverter class.

Methods

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.