Excel for UWP/WinRT
LoadAsync(StorageFile,Boolean) メソッド

ワークシートを含むファイルストレージオブジェクト。
ワークブックからのロードを終了する場合は True、その他のワークシートにデータをロードする場合は False
ファイルストレージから Excel ワークシートをロードします。
構文
'宣言
 
Public Overloads Function LoadAsync( _
   ByVal file As Windows.Storage.StorageFile, _
   ByVal last As System.Boolean _
) As System.Threading.Tasks.Task
public System.Threading.Tasks.Task LoadAsync( 
   Windows.Storage.StorageFile file,
   System.bool last
)

パラメータ

file
ワークシートを含むファイルストレージオブジェクト。
last
ワークブックからのロードを終了する場合は True、その他のワークシートにデータをロードする場合は False

戻り値の型

非同期操作を表すタスク。
解説
以前は、ワークシートにデータを挿入せずに、ストリームからワークブックをロードする必要がありました。
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