Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Data Namespace / DataManager Class
Properties Methods


In This Topic
    DataManager Class Members
    In This Topic

    The following tables list the members exposed by DataManager.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets whether to generate the columns automatically based on the data source. (Inherited from GrapeCity.Spreadsheet.Data.DataManagerBase)
    Public PropertyGets the number of rows in the data source. (Inherited from GrapeCity.Spreadsheet.Data.DataManagerBase)
    Public PropertyOverridden. Gets or sets whether to allow the user to add a new row when the sheet is bound.  
    Public PropertyGets or sets the data member (table name) to use for data. (Inherited from GrapeCity.Spreadsheet.Data.DataManagerBase)
    Public PropertyGets or sets the data source. (Inherited from GrapeCity.Spreadsheet.Data.DataManagerBase)
    Public Property (Inherited from GrapeCity.Spreadsheet.Data.DataManagerBase)
    Public PropertyGets or sets the type of the object in the list for the list data source. (Inherited from GrapeCity.Spreadsheet.Data.DataManagerBase)
    Public PropertyGets or sets the position of the new row when the worksheet is bound.  
    Public PropertyGets the number of bound rows in the data source. (Inherited from GrapeCity.Spreadsheet.Data.DataManagerBase)
    Public PropertyGets or sets the index of the unbound new row.  
    Public PropertyOverridden.   
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Adds the unbound row to the data source.  
    Public MethodOverloaded. Adds unbound rows to the data model.  
    Public MethodOverridden.   
    Public MethodGets the index of the column specified by name. (Inherited from GrapeCity.Spreadsheet.Data.DataManagerBase)
    Public MethodGets the column caption at the specified position. (Inherited from GrapeCity.Spreadsheet.Data.DataManagerBase)
    Public MethodGets the column name at the specified position. (Inherited from GrapeCity.Spreadsheet.Data.DataManagerBase)
    Public MethodGets the column data type at the specified position. (Inherited from GrapeCity.Spreadsheet.Data.DataManagerBase)
    Public MethodGets the data source column index for the specified column in the model. (Inherited from GrapeCity.Spreadsheet.Data.DataManagerBase)
    Public Method (Inherited from GrapeCity.Spreadsheet.Data.DataManagerBase)
    Public MethodGets the DataView object associated with this model. (Inherited from GrapeCity.Spreadsheet.Data.DataManagerBase)
    Public MethodReturns the IList data source for this model or null if the data source is not an IList. (Inherited from GrapeCity.Spreadsheet.Data.DataManagerBase)
    Public Method  
    Public Method  
    Public Method (Inherited from GrapeCity.Spreadsheet.Data.DataManagerBase)
    Public MethodGets the unbound value  
    Public MethodOverloaded. Gets the value of the cell for the specified row and column.  
    Public Method (Inherited from GrapeCity.Spreadsheet.Data.DataManagerBase)
    Public Method  
    Public Method (Inherited from GrapeCity.Spreadsheet.Data.DataManagerBase)
    Public MethodGets a boolean value indicating whether the column(s) is able to move.  
    Public Method (Inherited from GrapeCity.Spreadsheet.Data.DataManagerBase)
    Public MethodCheck if the value is valid for data manager.  
    Public Method  
    Public MethodOverloaded. Binds a model column to a specified data source column. (Inherited from GrapeCity.Spreadsheet.Data.DataManagerBase)
    Top
    See Also