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