SPREAD for WPF 3.0J - GcSpreadSheet
OpenExcel(Stream,ImportOptions) メソッド

GrapeCity.Wpf.SpreadSheet アセンブリ > GrapeCity.Wpf.SpreadSheet 名前空間 > GcSpreadSheet クラス > OpenExcel メソッド : OpenExcel(Stream,ImportOptions) メソッド
Excelファイルを含むストリーム。
開く設定を示す GrapeCity.Spreadsheet.IO.OpenXml.ImportOptions 値。
Excelファイルを開いて、Spread に読み込みます。
シンタックス
'宣言
 
Public Overloads Function OpenExcel( _
   ByVal stream As System.IO.Stream, _
   Optional ByVal options As ImportOptions _
) As System.Boolean
public System.bool OpenExcel( 
   System.IO.Stream stream,
   ImportOptions options
)

パラメータ

stream
Excelファイルを含むストリーム。
options
開く設定を示す GrapeCity.Spreadsheet.IO.OpenXml.ImportOptions 値。

戻り値の型

ファイルが正常に開かれた場合はtrue、それ以外の場合はfalse
参照

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