FlexGrid for WinForms
FileFormatEnum Enumeration



Specifies the type of file to save or load with the C1FlexGridBase.SaveGrid and C1FlexGridBase.LoadGrid methods.
Syntax
'Declaration
 
Public Enum FileFormatEnum 
   Inherits System.Enum
'Usage
 
Dim instance As FileFormatEnum
public enum FileFormatEnum : System.Enum 
public enum class FileFormatEnum : public System.Enum 
Members
MemberDescription
ExcelMicrosoft Excel files (Xls/biff-8 or OpenXml formats).
TextCommaText file, cells separated with commas.
TextCustomText file, cells separated with the character specified by the C1FlexGridBase.ClipSeparators property.
TextTabText file, cells separated with tabs.
Inheritance Hierarchy

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

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