Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridFileFormat Enumeration


In This Topic
    GridFileFormat Enumeration
    In This Topic
    Specifies file formats available for saving the grid.
    Syntax
    'Declaration
     
    
    Public Enum GridFileFormat 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As GridFileFormat
    public enum GridFileFormat : System.Enum 
    Members
    MemberDescription
    Csv Comma-separated values (can be loaded into Excel).
    Html Hypertext markup language.
    Text Tab-separated plain text format.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Android.Grid.GridFileFormat

    See Also