Sort Score
Result 10 results
Languages All
Labels All
Results 771 - 780 of 17,584 for

custom data

(0.11 sec)
  1. Returning a Range of Values using AbstractCalcu...

    This article introduces an abstract calculation engine that returns a range of values in Microsoft Excel using the Aspose.Cells library with C++. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to get a range of values and return the result. Finally, we save the modified Excel file to disk....to implement user‑defined or custom functions that are not supported...Calculate ( CalculationData & data ) override { Vector < Object...

    docs.aspose.com/cells/cpp/returning-a-range-of-...
  2. CustomPart.clone method | Aspose.Words for Python

    CustomPart.clone method. Makes a deep enough copy of the object...data value. def clone ( self ): ...access a document’s arbitrary custom parts collection. doc = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Using ChartGlobalizationSettings Class to Set a...

    Learn how to use the ChartGlobalizationSettings class in Aspose.Cells for C++ to set different languages for chart components. Our guide will help you understand how to localize chart elements, labels, and legends to different languages, allowing you to present your Data in a culturally appropriate way....different languages and provide custom labels for subtotals in a spreadsheet...which can be overridden in a custom class to translate items such...

    docs.aspose.com/cells/go-cpp/using-chartglobali...
  4. Using ChartGlobalizationSettings Class to Set D...

    Learn how to use the ChartGlobalizationSettings class in Aspose.Cells for C++ to set different languages for chart components. Our guide will help you understand how to localize chart elements, labels, and legends to different languages, allowing you to present your Data in a culturally appropriate way....different languages, such as custom labels for subtotals in a spreadsheet...which can be overridden in a custom class to translate items such...

    docs.aspose.com/cells/cpp/using-chartglobalizat...
  5. CustomPartCollection.clear method | Aspose.Word...

    CustomPartCollection.clear method. Removes all elements from the collection....access a document’s arbitrary custom parts collection. doc = aw...aw . Document ( MY_DIR + 'Custom parts OOXML package.docx' ) self...

    reference.aspose.com/words/python-net/aspose.wo...
  6. CustomPartCollection.count property | Aspose.Wo...

    CustomPartCollection.count property. Gets the number of elements contained in the collection....access a document’s arbitrary custom parts collection. doc = aw...aw . Document ( MY_DIR + 'Custom parts OOXML package.docx' ) self...

    reference.aspose.com/words/python-net/aspose.wo...
  7. CustomXmlPartCollection.clone method | Aspose.W...

    CustomXmlPartCollection.clone method. Makes a deep copy of this collection and its items....structured document tag with custom XML data. doc = aw . Document ()...Construct an XML part that contains data and add it to the document's...

    reference.aspose.com/words/python-net/aspose.wo...
  8. CustomXmlPartCollection.clone method | Aspose.W...

    CustomXmlPartCollection.clone method. Makes a deep copy of this collection and its items....structured document tag with custom XML data. let doc = new aw . Document...Construct an XML part that contains data and add it to the document's...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. XmlMapping.isMapped property | Aspose.Words for...

    XmlMapping.isMapped property. Returns ``true`` if the parent structured document tag is successfully mapped to XML Data....is successfully mapped to XML data. get isMapped () : boolean Examples...how to set XML mappings for custom XML parts. let doc = new aw...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 使用C++指定DBNum自定义格式化的示例|Documentation

    Aspose.Cells是一个支持使用自定义格式化模式的电子表格处理C++库。本文将向你展示如何使用Aspose.Cells库指定 dbnum 自定义格式,让用户更好地控制数字的显示方式。...Custom 属性自定义单元格格式。 示例代码 以下示例代码演示如何指定...U16String srcDir ( u ".. \\ Data \\ 01_SourceDirectory \\ " );...

    docs.aspose.com/cells/zh/cpp/specifying-dbnum-c...