Add
XmlMapCollection.Add method
EkleXmlMap
bir xml/xsd dosyasının url’si/yolu ile.
public int Add(string url)
Parametre | Tip | Tanım |
---|---|---|
url | String | bir xml/xsd dosyasının url’si/yolu. |
Geri dönüş değeri
XmlMap
nesne indeksi.
Örnekler
Aşağıdaki kod ikiXmlMap
bir xsd dosyası ve bir xml dosyası ile.
Workbook wb = new Workbook();
XmlMapCollection xmlMapCollection = wb.Worksheets.XmlMaps;
// Bir xsd dosyası ile bir <see cref="T:Aspose.Cells.XmlMap" /> ekleyin.
xmlMapCollection.Add("schema.xsd");
// Bir xml dosyası ile bir <see cref="T:Aspose.Cells.XmlMap" /> ekleyin.
xmlMapCollection.Add("xml.xml");
wb.Save("twoXmlMaps.xlsx");
Ayrıca bakınız
- class XmlMapCollection
- ad alanı Aspose.Cells
- toplantı Aspose.Cells