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 98, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family. SpreadsheetGear for .NET 1.x requires the Microsoft .NET Framework 1.1 or 2.0. SpreadsheetGear for .NET 2006 requires the Microsoft .NET Framework 2.0.

Assembly: SpreadsheetGear (in SpreadsheetGear.dll)

See Also