SpreadsheetGear Namespace > IRange Interface : GetDataSet Method (IRange) |
Returns a newly created data set from the cells referred to by this IRange.
[Visual Basic]
Overridable Function GetDataSet( _
ByVal flags As GetDataFlags _
) As DataSet
[C#]
virtual DataSet GetDataSet(
GetDataFlags flags
);
[C++]
virtual DataSet GetDataSet(
GetDataFlags flags
)
[C++/CLI]
virtual DataSet GetDataSet(
GetDataFlags flags
)
A data set for the cells referred to by the current IRange.
One data table is returned in the data set for each range specified by the current IRange.
See live DataSet examples on the live .NET DataGrid Samples page.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
IRange Interface | IRange Members | GetDataFlags Enumeration | GetDataTable Method | CopyFromDataTable Method
See our live Excel Reporting, Excel Charting, Excel to DataGrid and Excel Calculation Samples.
Copyright © 2003-2007 SpreadsheetGear LLC. All Rights Reserved.
SpreadsheetGear and Spreadsheet Gear are trademarks of SpreadsheetGear LLC.