See Also

IRange Interface  | IRange Members  | GetDataFlags Enumeration  | GetDataTable Method  | CopyFromDataTable Method

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

C++

C++/CLI

Show All

flags
Specifies optional features such as column headers and formatted text values.
See Also Languages SpreadsheetGear The Performance Spreadsheet Component Company 

GetDataSet Method

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 )

Parameters

flags
Specifies optional features such as column headers and formatted text values.

Return Type

A data set for the cells referred to by the current IRange.

Remarks

One data table is returned in the data set for each range specified by the current IRange.

Example

See live DataSet examples on the live .NET DataGrid Samples page.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

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.