SpreadsheetGear 2010
GetDataFlags Enumeration
See Also  Send Feedback
SpreadsheetGear.Data Namespace : GetDataFlags Enumeration

Specifies options for the SpreadsheetGear.IRange.GetDataTable method.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum GetDataFlags 
   Inherits System.Enum
C# 
[FlagsAttribute()]
public enum GetDataFlags : System.Enum 

Members

MemberDescription
FormattedText Return formatted text for all values instead of the raw floating point, logical, text and error values.
NoColumnHeaders Specifies that the first row should not be treated as column headers (column names).
NoColumnTypes Specifies that column types will not be set based on the data types of the first row of data;
None Specifies default behaviour; not formatted text, first row does contain column headers, set column types from type of data in first row.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.Data.GetDataFlags

Requirements

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

See Also

Copyright © 2003-2010 SpreadsheetGear LLC. All Rights Reserved.Help Powered by Innovasys   
SpreadsheetGear is a registered trademark of SpreadsheetGear LLC.
Microsoft, Microsoft Excel and Visual Studio are trademarks or registered trademarks of Microsoft Corporation.