Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IDataSourceSupport Interface
Properties Methods

In This Topic
    IDataSourceSupport Interface Members
    In This Topic

    The following tables list the members exposed by IDataSourceSupport.

    Public Properties
     NameDescription
     PropertyGets or sets whether to generate the columns automatically based on the data source.  
     PropertyGets or sets the data member (table name).  
     PropertyGets or sets the data source.  
    Top
    Public Methods
     NameDescription
     MethodConverts the model column index to the data source column index.  
     MethodGets the column name at the specified position.  
     MethodConverts the model row index to the data source row index.  
     MethodGets the DataView object.  
     MethodConverts the data source column index to the model column index.  
     MethodConverts the data source row index to the model row index.  
     MethodDetermines whether the column is bound to a data source column.  
     MethodBinds the model column with the data source column.  
    Top
    See Also