PowerTools SPREAD for Windows Forms 8.0J
GetExcelSheetNames(Stream,String) メソッド


Excel Compound Document ファイルを含むストリーム。
ファイルのパスワード。
指定したExcelストリームからシート名の配列を取得します。
構文
'Declaration
 
Public Overloads Shared Function GetExcelSheetNames( _
   ByVal stream As Stream, _
   ByVal password As String _
) As String()
'使用法
 
Dim stream As Stream
Dim password As String
Dim value() As String
 
value = FpSpread.GetExcelSheetNames(stream, password)
public static string[] GetExcelSheetNames( 
   Stream stream,
   string password
)

パラメータ

stream
Excel Compound Document ファイルを含むストリーム。
password
ファイルのパスワード。
例外
例外説明
System.ArgumentNullExceptionストリームが指定されていないか、指定されたストリームがNullです。
System.ArgumentExceptionストリームが指定されていないか、指定されたストリームが空です。
参照

FpSpread クラス
FpSpread メンバ
オーバーロード一覧

 

 


© 2004-2015, GrapeCity inc. All rights reserved.