SpreadsheetGear 2017
GetDataFlags Enumeration






SpreadsheetGear.Data Namespace : GetDataFlags Enumeration
Specifies options for the SpreadsheetGear.IRange.GetDataTable method.
Syntax
'Declaration
 
<System.FlagsAttribute()>
Public Enum GetDataFlags 
   Inherits System.Enum
'Usage
 
Dim instance As GetDataFlags
[System.Flags()]
public enum GetDataFlags : System.Enum 
public enum GetDataFlags = class(System.Enum)
System.FlagsAttribute()
public enum GetDataFlags extends System.Enum
[System.Flags()]
__value public enum GetDataFlags : public System.Enum 
[System.Flags()]
public enum class GetDataFlags : public System.Enum 
Members
MemberDescription
FormattedTextReturn formatted text for all values instead of the raw floating point, logical, text and error values.
NoColumnHeadersSpecifies that the first row should not be treated as column headers (column names).
NoColumnTypesSpecifies that column types will not be set based on the data types of the first row of data;
NoneSpecifies 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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SpreadsheetGear.Data Namespace
GetDataTable Method
CopyFromDataTable Method
SetDataFlags Enumeration