FarPoint.Win.Spread アセンブリ > FarPoint.Win.Spread 名前空間 > SpreadView クラス > LoadXmlInputMapFileWhenShapeHasFocus メソッド : LoadXmlInputMapFileWhenShapeHasFocus(Stream) メソッド |
FarPoint.Win.Spread.SpreadView sv = fpSpread1.GetRootWorkbook(); string f; f = "C:\\file.xml"; System.IO.FileStream s = new System.IO.FileStream(f, System.IO.FileMode.Open, System.IO.FileAccess.ReadWrite); sv.LoadXmlInputMapFileWhenShapeHasFocus(s);
Dim sv As FarPoint.Win.Spread.SpreadView = fpSpread1.GetRootWorkbook() Dim f As String f = "C:\file.xml" Dim s As New System.IO.FileStream(f, IO.FileMode.Open, IO.FileAccess.ReadWrite) sv.LoadXmlInputMapFileWhenShapeHasFocus(s)