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. |
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). |
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family