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

ワークシートを含む System.IO.Stream
ワークブックからのロードを終了する場合は True、その他のワークシートにデータをロードする場合は False
ストリームから Excel ワークシートをロードします。
構文
'宣言
 
Public Overloads Function LoadAsync( _
   ByVal stream As System.IO.Stream, _
   ByVal last As System.Boolean _
) As System.Threading.Tasks.Task
public System.Threading.Tasks.Task LoadAsync( 
   System.IO.Stream stream,
   System.bool last
)

パラメータ

stream
ワークシートを含む System.IO.Stream
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