[]
Represents the Spread data binding adapter.
public class SpreadDataBindingAdapter : Component, IBindableComponent, IComponent, IDisposable, ISupportInitializeNotification, ISupportInitialize
Public Class SpreadDataBindingAdapter
Inherits Component
Implements IBindableComponent, IComponent, IDisposable, ISupportInitializeNotification, ISupportInitialize
Name | Description |
---|---|
SpreadDataBindingAdapter() | Creates a new Spread data binding adapter. |
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. |
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. |
Name | Description |
---|---|
Initialized | Occurs when this componet is initialized |