C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridSaveOptions Enumeration

GridSaveOptions Enumeration
Specifies options available for customizing the files created by the FlexGrid.Save(Stream, GridFileFormat, GridSaveOptions) method.
Syntax
'Declaration
 
Public Enum GridSaveOptions 
   Inherits System.Enum
 
Members
MemberDescription
FormattedSave formatted values.
NoneNo options set.
SaveColumnHeadersSave column headers.
SaveHeadersSave row and column headers.
SaveRowHeadersSave row headers.
VisibleColumnsSave only visible columns.
VisibleOnlySave only visible rows and columns.
VisibleRowsSave only visible rows.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.WPF.Grid.GridSaveOptions

See Also