Excel for UWP/WinRT
SaveAsync(StorageFile,FileFormat) メソッド

ワークブックを保存するファイルストレージオブジェクト。
保存するファイルの種類を指定する FileFormat 値。
ワークシートをファイルストレージに保存します。
構文
'宣言
 
Public Overloads Function SaveAsync( _
   ByVal file As Windows.Storage.StorageFile, _
   ByVal format As FileFormat _
) As System.Threading.Tasks.Task
public System.Threading.Tasks.Task SaveAsync( 
   Windows.Storage.StorageFile file,
   FileFormat format
)

パラメータ

file
ワークブックを保存するファイルストレージオブジェクト。
format
保存するファイルの種類を指定する FileFormat 値。

戻り値の型

非同期操作を表すタスク。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

C1XLBook クラス
C1XLBook メンバ
オーバーロード一覧

Send Feedback