Redigera

ColumnHeaderConverter Class

Definition

Provides a type converter to convert ColumnHeader objects from one type to another.

public ref class ColumnHeaderConverter : System::ComponentModel::ExpandableObjectConverter
public class ColumnHeaderConverter : System.ComponentModel.ExpandableObjectConverter
type ColumnHeaderConverter = class
    inherit ExpandableObjectConverter
Public Class ColumnHeaderConverter
Inherits ExpandableObjectConverter
Inheritance

Constructors

Name Description
ColumnHeaderConverter()

Initializes a new instance of the ColumnHeaderConverter class.

Methods

Name Description
CanConvertTo(ITypeDescriptorContext, Type)

Returns a value indicating whether the ColumnHeaderConverter can convert a ColumnHeader to the specified type, using the specified context.

ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)

Converts the specified object to the specified type, using the specified context and culture information.

Applies to