public bool SaveXml( string xmlFileName )
'Declaration Public Overloads Function SaveXml( _ ByVal xmlFileName As String _ ) As Boolean
'Declaration
Public Overloads Function SaveXml( _ ByVal xmlFileName As String _ ) As Boolean
'使用法 Dim instance As SheetView Dim xmlFileName As String Dim value As Boolean value = instance.SaveXml(xmlFileName)
'使用法
Dim instance As SheetView Dim xmlFileName As String Dim value As Boolean value = instance.SaveXml(xmlFileName)
fpSpread1.ActiveSheet.SaveXml("D:\\samples\\spread.xml") ;
FpSpread1.ActiveSheet.SaveXml("D:\samples\spread.xml")
SheetView クラス SheetView メンバ オーバーロード一覧
© 2004-2017, GrapeCity inc. All rights reserved.