'宣言 Public Overloads Function OpenExcel( _ ByVal stream As System.IO.Stream, _ ByVal context As ImportContext _ ) As System.Boolean
public System.bool OpenExcel( System.IO.Stream stream, ImportContext context )
パラメータ
- stream
- Excelファイルを含むストリーム。
- context
- 開く設定を示す GrapeCity.Spreadsheet.IO.OpenXml.ImportContext オブジェクト。
戻り値の型
ファイルが正常に開かれた場合は
true
、それ以外の場合はfalse
。