'Declaration
<System.FlagsAttribute()> Public Enum SetDataFlags Inherits System.Enum
'Usage
Dim instance As SetDataFlags
[System.Flags()] public enum SetDataFlags : System.Enum
'Declaration
<System.FlagsAttribute()> Public Enum SetDataFlags Inherits System.Enum
'Usage
Dim instance As SetDataFlags
[System.Flags()] public enum SetDataFlags : System.Enum
Member | Description |
---|---|
AllText | All values are stored and formatted as text, including numeric and boolean types which are converted to text. |
InsertCells | Specifies that cells should be inserted to make room for the DataTable. |
NoColumnHeaders | Specifies that a row with column headers will not be created from the DataTable's column names. |
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. |
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. |
WrapToNewWorksheet64K | Specifies that data will wrap to a new worksheet if it does not fit in the first 65536 rows of the current worksheet; column headers will be placed at the top of this new worksheet unless SetDataFlags.WrapNoColumnHeaders is specified. |
System.Object
System.ValueType
System.Enum
SpreadsheetGear.Data.SetDataFlags
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