public bool Open( Stream stream )
'Declaration Public Overloads Function Open( _ ByVal stream As Stream _ ) As Boolean
'Declaration
Public Overloads Function Open( _ ByVal stream As Stream _ ) As Boolean
string fileName; fileName = "D:\\mine.xml"; System.IO.Stream stream; stream = System.IO.File.Open(fileName, System.IO.FileMode.Open); FpSpread1.Open(stream);
Dim fileName As String fileName = "D:\mine.xml" Dim stream As System.IO.Stream stream = System.IO.File.Open(fileName, System.IO.FileMode.Open) FpSpread1.Open(stream)
FpSpread クラス FpSpread メンバ オーバーロード一覧
Spread XMLファイルの読み込み
© MESCIUS inc. All rights reserved.