Spread Windows Forms 14.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.  
    Public PropertyGets the number of rows in the data source.  
    Public PropertyGets 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.  
    Public PropertyGets or sets the data source.  
    Public Property  
    Public PropertyGets or sets the type of the object in the list for the list data source.  
    Public PropertyGets or sets the position of the new row when the worksheet is bound.  
    Public PropertyGets the number of rows in the data source.  
    Public PropertyGets or sets the index of the unbound new row.  
    Public Property  
    Top
    Public Methods
     NameDescription
    Public MethodAdds the unbound row to the data source.  
    Public MethodOverloaded. Adds unbound rows to the data model.  
    Public Method  
    Public MethodGets the index of the column specified by name.  
    Public MethodGets the column caption at the specified position.  
    Public MethodGets the column name at the specified position.  
    Public MethodGets the column data type at the specified position.  
    Public MethodGets the data source column index for the specified column in the model.  
    Public Method  
    Public MethodGets the DataView object associated with this model.  
    Public MethodReturns the IList data source for this model or null if the data source is not an IList.  
    Public Method  
    Public Method  
    Public Method  
    Public MethodGets the unbound value  
    Public MethodOverloaded. Gets the value of the cell for the specified row and column.  
    Public MethodGets the number of the child data relations for a hierarchical display of data.  
    Public Method  
    Public Method  
    Public MethodGets a boolean value indicating whether the column(s) is able to move.  
    Public Method//Determines whether the row is bound.  
    Public MethodCheck if the value is valid for data manager.  
    Public Method  
    Public MethodOverloaded. Binds a model column to a specified data source column.  
    Top
    See Also