[]
        
(Showing Draft Content)

C1.WPF.Grid.Extensions

Extensions Class

Exposes extension methods to export an instance of FlexGrid in excel format.

Inheritance
Extensions
Namespace: C1.WPF.Grid
Assembly: C1.WPF.Grid.Excel.dll
Syntax
public static class Extensions

Methods

Name Description
LoadExcel(FlexGrid, Stream)

Loads Excel data from stream into the specified grid.

LoadExcel(FlexGrid, Stream, ExcelFileFormat, string, LoadExcelOptions)

Loads Excel data from stream into the specified grid.

LoadExcel(FlexGrid, Stream, LoadExcelOptions)

Loads Excel data from stream into the specified grid.

LoadExcel(FlexGrid, Stream, string)

Loads Excel data from stream into the specified grid.

LoadExcel(FlexGrid, Stream, string, LoadExcelOptions)

Loads Excel data from stream into the specified grid.

LoadExcel(FlexGrid, string)

Loads data from an Excel file into the specified grid synchronously.

LoadExcel(FlexGrid, string, ExcelFileFormat, string, LoadExcelOptions)

Loads data from an Excel file into the specified grid synchronously.

LoadExcel(FlexGrid, string, LoadExcelOptions)

Loads data from an Excel file into the specified grid synchronously.

LoadExcel(FlexGrid, string, string)

Loads data from an Excel file into the specified grid synchronously.

LoadExcel(FlexGrid, string, string, LoadExcelOptions)

Loads data from an Excel file into the specified grid synchronously.

LoadExcelAsync(FlexGrid, string)

Loads data from an Excel file into the specified grid asynchronously.

LoadExcelAsync(FlexGrid, string, ExcelFileFormat, string, LoadExcelOptions, CancellationToken)

Loads data from an Excel file into the specified grid asynchronously.

LoadExcelAsync(FlexGrid, string, LoadExcelOptions)

Loads data from an Excel file into the specified grid asynchronously.

LoadExcelAsync(FlexGrid, string, string)

Loads data from an Excel file into the specified grid asynchronously.

LoadExcelAsync(FlexGrid, string, string, LoadExcelOptions)

Loads data from an Excel file into the specified grid asynchronously.

SaveAsync(FlexGrid, Stream, string, SaveFileFormat, GridRowColRanges, GridRowColRanges, GridHeadersVisibility, bool, bool, bool, PrinterSettings)

Saves the contents of the grid in a desired format using GcExcel

SaveAsync(FlexGrid, string, string, SaveFileFormat, GridRowColRanges, GridRowColRanges, GridHeadersVisibility, bool, bool, bool, PrinterSettings)

Saves the contents of the grid in a desired format using GcExcel