Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IDataManager Interface
Properties Methods

In This Topic
    IDataManager Interface Members
    In This Topic

    The following tables list the members exposed by IDataManager.

    Public Properties
     NameDescription
     PropertyGets or sets whether to generate the columns automatically based on the data source.  
     PropertyGets or sets whether to allow the user to add a new row when the worksheet is bound.  
     PropertyGets or sets the data source.  
    Top
    Public Methods
     NameDescription
     MethodAdds the unbound row to the data source for a sheet.  
     MethodAdds unbound rows for a sheet.  
     MethodGets the index of the column specified by name.  
     MethodGets the column name at the specified position.  
     MethodDetermines whether the row is bound.  
     MethodBinds a model column to a specified data source column.  
    Top
    See Also