FlexGrid for WinForms
FileFlags Enumeration



Specifies options for use with the C1FlexGridBase.SaveGrid and C1FlexGridBase.LoadGrid methods.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum FileFlags 
   Inherits System.Enum
'Usage
 
Dim instance As FileFlags
[Flags()]
public enum FileFlags : System.Enum 
[Flags()]
public enum class FileFlags : public System.Enum 
Members
MemberDescription
AsDisplayedSave values as displayed (including formatting and mapping where available). This flag has no effect when saving text files, which always contain values as displayed.
IncludeFixedCellsInclude fixed cells when loading or saving the grid.
IncludeMergedRangesSave and load merged ranges when exporting to or importing from Excel with the C1FlexGridBase.SaveExcel and C1FlexGridBase.LoadExcel methods.
LoadMergedRangesLoad merged ranges when importing from Excel with the C1FlexGridBase.LoadExcel method. This flag has no effect when loading text files, it only affects Excel input.
NoFreezingDo not freeze rows and columns when exporting to or importing from Excel with the C1FlexGridBase.SaveExcel and C1FlexGridBase.LoadExcel methods.
NoneUse default settings.
OpenXmlLoad or save file in OpenXml (Office 2007) format.
OutlineSave nodes as Excel groups when exporting to Excel.
SaveMergedRangesSave merged ranges when exporting to Excel with the C1FlexGridBase.SaveExcel method. This flag has no effect when saving text files, it only affects Excel output.
SelectedRowsOnlySave only selected rows.
VisibleOnlySave only visible rows and columns.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1FlexGrid.FileFlags

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

C1.Win.C1FlexGrid Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback