[]
        
(Showing Draft Content)

C1.Android.Grid.GridFileFormat

GridFileFormat Class

Specifies file formats available for saving the grid.

Inheritance
GridFileFormat
Namespace: C1.Android.Grid
Assembly: C1.Android.Grid.dll
Syntax
public sealed class GridFileFormat : Enum

Fields

Name Description
Csv

Comma-separated values (can be loaded into Excel).

Html

Hypertext markup language.

Text

Tab-separated plain text format.

value__