[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Data.SpreadDataBindingAdapter

SpreadDataBindingAdapter Class

Represents the Spread data binding adapter.

Inheritance
SpreadDataBindingAdapter
Namespace: FarPoint.Win.Spread.Data
Assembly: FarPoint.Win.Spread.dll
Syntax
public class SpreadDataBindingAdapter : Component, IBindableComponent, IComponent, IDisposable, ISupportInitializeNotification, ISupportInitialize
Public Class SpreadDataBindingAdapter
    Inherits Component
    Implements IBindableComponent, IComponent, IDisposable, ISupportInitializeNotification, ISupportInitialize

Constructors

Name Description
SpreadDataBindingAdapter()

Creates a new Spread data binding adapter.

Properties

Name Description
AutoGenerateRow

Gets or sets whether a row or column is automatically generated when filling data.

BindingContext

Gets or sets the collection of currency managers for the IBindableComponent.

DataAutoCellTypes

Gets or sets whether the cell type is set automatically when filling data.

DataBindings

Gets the collection of data-binding objects for this IBindableComponent.

DataMember

Gets or sets the data member.

DataSource

Gets or sets the data source.

IsInitialized

Gets a value indicating whether the component is initialized.

MapperInfo

Gets or sets the mapper information.

SheetName

Gets or sets the name of the sheet.

Spread

Gets or sets the Spread.

Methods

Name Description
BeginInit()

Signals the object that initialization is starting.

Dispose(bool)

Releases the unmanaged resources used by the Component and optionally releases the managed resources.

EndInit()

Signals the object that initialization is complete.

FillSpreadDataByDataSource()

Fills the Spread data with data from the data source.

GetColumnCellType(int)

Gets the cell type of the column in the data source.

OnBindingContextChanged()

Raises the BindingContextChanged event.

OnInitialized()

Raises the Initialized event.

Reset()

Resets this instance according to the set properties.

Events

Name Description
Initialized

Occurs when this componet is initialized