'Declaration
<System.FlagsAttribute()> Public Enum GetDataFlags Inherits System.Enum
'Usage
Dim instance As GetDataFlags
[System.Flags()] public enum GetDataFlags : System.Enum
'Declaration
<System.FlagsAttribute()> Public Enum GetDataFlags Inherits System.Enum
'Usage
Dim instance As GetDataFlags
[System.Flags()] public enum GetDataFlags : System.Enum
Member | Description |
---|---|
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. |
System.Object
System.ValueType
System.Enum
SpreadsheetGear.Data.GetDataFlags
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