Add
XmlMapCollection.Add method
أضف أXmlMap
بواسطة عنوان url / مسار ملف xml / xsd.
public int Add(string url)
معامل | يكتب | وصف |
---|---|---|
url | String | عنوان url / مسار ملف xml / xsd. |
قيمة الإرجاع
XmlMap
فهرس الكائن.
أمثلة
تضيف الكود التالي اثنينXmlMap
بواسطة ملف xsd وملف xml .
Workbook wb = new Workbook();
XmlMapCollection xmlMapCollection = wb.Worksheets.XmlMaps;
// أضف <see cref = "T: Aspose.Cells.XmlMap" /> بواسطة ملف xsd.
xmlMapCollection.Add("schema.xsd");
// أضف <see cref = "T: Aspose.Cells.XmlMap" /> بواسطة ملف xml.
xmlMapCollection.Add("xml.xml");
wb.Save("twoXmlMaps.xlsx");
أنظر أيضا
- class XmlMapCollection
- مساحة الاسم Aspose.Cells
- المجسم Aspose.Cells