SpreadsheetGear The Performance Spreadsheet Component Company 
SetDataFlags Enumeration
See Also  
SpreadsheetGear.Data Namespace : SetDataFlags Enumeration
Specifies options for the CopyFromDataTable method.

Syntax

C# 
[FlagsAttribute()]
public enum SetDataFlags : Enum 

Members

MemberDescription
None Specifies default behaviour: automatically determine the best cell type and formatting; first row does receive column headers; do not insert cells to open space for the DataTable.
AllText All values are stored and formatted as text, including numeric and boolean types which are converted to text.
NoColumnHeaders Specifies that a row with column headers will not be created from the DataTable's column names.
InsertCells Specifies that cells should be inserted to make room for the DataTable.
WrapNoColumnHeaders Specifies that a row with column headers will not be created from the DataTable's column names when data wraps to a new worksheet.
WrapToNewWorksheet Specifies that data will wrap to a new worksheet if it does not fit on the current worksheet; column headers will be placed at the top of this new worksheet unless SetDataFlags.WrapNoColumnHeaders is specified.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.Data.SetDataFlags

Requirements

Namespace: SpreadsheetGear.Data

Platforms: Windows Vista, Windows XP, Windows Server 2008, Windows Server 2003, Windows 2000, Windows Me and Windows 98, including 32 bit and 64 bit editions where applicable. SpreadsheetGear for .NET 1.x requires the Microsoft .NET Framework 1.1 or .NET 2.0 (works with .NET 3.x). SpreadsheetGear for .NET 2007 requires the Microsoft .NET Framework 2.0 (works with .NET 3.x).

Assembly: SpreadsheetGear (in SpreadsheetGear.dll)

See Also