'宣言 Overloads Function Open( _ ByVal stream As System.IO.Stream, _ Optional ByVal context As ImportContext, _ Optional ByVal closing As System.Boolean _ ) As IWorkbook
IWorkbook Open( System.IO.Stream stream, ImportContext context, System.bool closing )
パラメータ
- stream
- 開くワークブックを含むストリーム。
- context
- インポートコンテキストを示す GrapeCity.Spreadsheet.IO.OpenXml.ImportContext オブジェクト。
- closing
- 開く処理が完了した後にstreamを閉じる場合は
true
、開いたままにする場合はfalse
。
戻り値の型
開かれたワークブックを表すWorkbookオブジェクト。