| Overload | Description | 
|---|---|
| DefaultSheetDataModel Constructor() | Creates a default data model with zero rows and columns. | 
| DefaultSheetDataModel Constructor(Int32,Int32) | Creates a default data model with the specified number of rows and columns. | 
| DefaultSheetDataModel Constructor(SerializationInfo,StreamingContext) | Creates a new DefaultSheetDataModel from the SerializationInfo object. | 
| DefaultSheetDataModel Constructor(DataTable) | Creates a default data model with the specified data table. | 
| DefaultSheetDataModel Constructor(DataSet) | Creates a default data model with the specified data set. | 
| DefaultSheetDataModel Constructor(DataSet,String) | Creates a default data model with the specified data set. | 
| DefaultSheetDataModel Constructor(IListSource,Type) | Creates a default data model with the specified data set (IListSource object). | 
| DefaultSheetDataModel Constructor(IList,Type) | Creates a default data model with the specified data set (IList object). | 
Creates a data model (DefaultSheetDataModel object).
            
            
            Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8