Excel for UWP/WinRT
LoadCsv メソッド

.csv 形式のデータを含むストリーム。
カンマ区切り値(.csv)を含むストリームから現在のシートにデータをロードします。
構文
'宣言
 
Public Sub LoadCsv( _
   ByVal stream As System.IO.Stream _
) 
public void LoadCsv( 
   System.IO.Stream stream
)

パラメータ

stream
.csv 形式のデータを含むストリーム。
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