Sort Score
Result 10 results
Languages All
Labels All
Results 8,491 - 8,500 of 17,645 for

area

(0.17 sec)
  1. البحث والاستبدال البيانات في نطاق باستخدام C++|...

    هذه المقالة تظهر كيفية البحث واستبدال البيانات في نطاق في إكسل باستخدام كود C++....the range is E9:H15 CellArea area = CellArea :: CreateCellArea...EntireContent ); opts . SetRange ( area ); Cell cell ; do { // Search...

    docs.aspose.com/cells/ar/cpp/search-and-replace...
  2. Rendu du coupeur avec C++|Documentation

    Rendez les coupeurs dans les fichiers Excel en utilisant Aspose.Cells avec C++....Get ( 0 ); // Set the print area because we want to render slicer...one page per sheet and only area to true. ImageOrPrintOptions...

    docs.aspose.com/cells/fr/cpp/rendering-slicer/
  3. Rendering des Slicers mit Node.js über C++|Docu...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....get ( 0 ); // Set the print area because we want to render slicer...one page per sheet and only area to true. const imgOpts = new...

    docs.aspose.com/cells/de/nodejs-cpp/rendering-s...
  4. C++を使用した印刷範囲の設定方法|Documentation

    この記事では、C++のAspose.Cellsライブラリを使用した印刷範囲の設定方法についてのコード例を紹介します。...Get ( 0 ); // Set the print area - specify the range you want...outputFilePath ( u "set_print_area.pdf" ); workbook . Save ( outputFilePath...

    docs.aspose.com/cells/ja/cpp/how-to-set-print-a...
  5. Exportar rango de área de impresión a HTML con ...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....get ( 0 ); // Set the print area. worksheet . getPageSetup ()...// Set flag to export print area only options . setExportPrintAreaOn...

    docs.aspose.com/cells/es/nodejs-cpp/export-prin...
  6. Çıktı HTML ye Yazdırma Alanı Aralığını C++ ile ...

    Aspose.Cells for C++ kullanarak yazdırma alanı aralığını HTML ye nasıl dışa aktarmayı öğrenin....Get ( 0 ); // Set the print area worksheet . GetPageSetup ()...// Set flag to export print area only options . SetExportPrintAreaOn...

    docs.aspose.com/cells/tr/cpp/export-print-area-...
  7. Exportera utskriftsområdesintervall till HTML m...

    Lär dig hur du exporterar utskriftsområdet till HTML med Aspose.Cells for C++....Get ( 0 ); // Set the print area worksheet . GetPageSetup ()...// Set flag to export print area only options . SetExportPrintAreaOn...

    docs.aspose.com/cells/sv/cpp/export-print-area-...
  8. Diagram till Bild|Documentation

    Lär dig hur du använder Aspose.Cells for .NET för att konvertera ett diagram till en bild i format som JPEG eller PNG. Vår guide kommer att visa hur man exporterar ett diagram från Microsoft Excel och sparar det som en fristående bild för ytterligare användning och manipulation....Y ScatterConnectedByLi Y Area Area Y AreaStacked Y Area100PercentStacke...

    docs.aspose.com/cells/sv/net/chart-to-image/
  9. Sök och ersätt data i ett område med Node.js vi...

    Denna artikel visar hur man söker och ersätter data i ett område i Excel med hjälp av Node.js via C++ kod.... get ( 0 ); const area = AsposeCells . CellArea . createCellArea...EntireContent ); opts . setRange ( area ); let cell = null ; do { cell...

    docs.aspose.com/cells/sv/nodejs-cpp/search-and-...
  10. Schattierung abwechselnder Zeilen und Spalten m...

    So verwenden Sie die Aspose.Cells Bibliothek in C++, um Schatten für abwechselnde Zeilen und Spalten mit bedingter Formatierung anzuwenden. Durch die Anpassung dieser Kriterien haben Sie mehr Kontrolle darüber, wie Zellen aussehen und erscheinen....ranging from A1 to I20 CellArea area = CellArea :: CreateCellArea...( u "A1" , u "I20" ); // Add area to the instance of FormatConditions...

    docs.aspose.com/cells/de/cpp/apply-shading-to-a...