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