[]
        
(Showing Draft Content)

C1.Android.Grid.GridSaveOptions

GridSaveOptions Class

Specifies options available for customizing the files created by the method.

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

Fields

Name Description
Formatted

Save formatted values.

None

No options set.

SaveColumnHeaders

Save column headers.

SaveHeaders

Save row and column headers.

SaveRowHeaders

Save row headers.

VisibleColumns

Save only visible columns.

VisibleOnly

Save only visible rows and columns.

VisibleRows

Save only visible rows.

value__