ASP.NET Web API コントロール
ExportAsync メソッド (ExcelExporter)

C1.Web.Api.Excel アセンブリ > C1.Web.Api.Excel 名前空間 > ExcelExporter クラス : ExportAsync メソッド
エクスポートのオプション。
エクスポートの結果。
エクスポートを実行します。
シンタックス
'宣言
 
Public Function ExportAsync( _
   ByVal exportSource As ExcelExportSource, _
   ByVal outputStream As System.IO.Stream _
) As System.Threading.Tasks.Task
public System.Threading.Tasks.Task ExportAsync( 
   ExcelExportSource exportSource,
   System.IO.Stream outputStream
)

パラメータ

exportSource
エクスポートのオプション。
outputStream
エクスポートの結果。

戻り値の型

タスク。
参照

ExcelExporter クラス
ExcelExporter メンバ