Excel for UWP/WinRT
SaveCsvAsync メソッド

ターゲットになるカンマ区切り値形式のファイルストレージ。
現在のシートのデータをカンマ区切り値(.csv)形式のファイルストレージに保存します。
構文
'宣言
 
Public Function SaveCsvAsync( _
   ByVal file As Windows.Storage.StorageFile _
) As System.Threading.Tasks.Task
public System.Threading.Tasks.Task SaveCsvAsync( 
   Windows.Storage.StorageFile file
)

パラメータ

file
ターゲットになるカンマ区切り値形式のファイルストレージ。

戻り値の型

非同期操作を表すタスク。
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

参照

関連項目

XLSheet クラス
XLSheet メンバ

Send Feedback