Excel for UWP/WinRT
LoadCsvAsync メソッド

.csv 形式のデータを含むファイルの Windows.Storage.StorageFile オブジェクト。
カンマ区切り値(.csv)を含むファイルから現在のシートに非同期にデータをロードします。
構文
'宣言
 
Public Function LoadCsvAsync( _
   ByVal file As Windows.Storage.StorageFile _
) As System.Threading.Tasks.Task
public System.Threading.Tasks.Task LoadCsvAsync( 
   Windows.Storage.StorageFile file
)

パラメータ

file
.csv 形式のデータを含むファイルの Windows.Storage.StorageFile オブジェクト。
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