Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 14,727 for

area

(0.07 sec)
  1. 5472492.xlsx

    NoCharts T1 T2 SUM 9 2 0 0 4 3 1 4 2 2 3 2 3 ERROR:#VALUE! 0 0 2 3 4 2 1 4 5 4 TRUE 2 1 4 2 string data 0 0 4 5 1 0 4 3 5 1 1 2 0 4 5 0 2 3 1 1 4 3 4 1 1 4 1 4 C1 C2 C3 C4 5 1 0 5 3 5 3 3 3 2 3 5 4......3 2 2 5 2 1 4 4 4 1 4 Merged Area Apple Orange Orange Banana Apple...3 2 2 5 2 1 4 4 4 1 4 Merged Area Apple Orange Orange Banana Apple...

    docs.aspose.com/cells/ru/java/filter-objects-wh...
  2. 5472492.xlsx

    NoCharts T1 T2 SUM 9 2 0 0 4 3 1 4 2 2 3 2 3 ERROR:#VALUE! 0 0 2 3 4 2 1 4 5 4 TRUE 2 1 4 2 string data 0 0 4 5 1 0 4 3 5 1 1 2 0 4 5 0 2 3 1 1 4 3 4 1 1 4 1 4 C1 C2 C3 C4 5 1 0 5 3 5 3 3 3 2 3 5 4......3 2 2 5 2 1 4 4 4 1 4 Merged Area Apple Orange Orange Banana Apple...3 2 2 5 2 1 4 4 4 1 4 Merged Area Apple Orange Orange Banana Apple...

    docs.aspose.com/cells/fr/java/filter-objects-wh...
  3. 5472492.xlsx

    NoCharts T1 T2 SUM 9 2 0 0 4 3 1 4 2 2 3 2 3 ERROR:#VALUE! 0 0 2 3 4 2 1 4 5 4 TRUE 2 1 4 2 string data 0 0 4 5 1 0 4 3 5 1 1 2 0 4 5 0 2 3 1 1 4 3 4 1 1 4 1 4 C1 C2 C3 C4 5 1 0 5 3 5 3 3 3 2 3 5 4......3 2 2 5 2 1 4 4 4 1 4 Merged Area Apple Orange Orange Banana Apple...3 2 2 5 2 1 4 4 4 1 4 Merged Area Apple Orange Orange Banana Apple...

    docs.aspose.com/cells/de/java/filter-objects-wh...
  4. Apply Shading to Alternate Rows and Columns wit...

    How to use the Aspose.Cells library in C++ to apply conditional formatting shadows for alternating rows and columns. By adjusting these criteria, you have more control over how cells look and appear....ranging from A1 to I20 CellArea area = CellArea :: CreateCellArea...( u "A1" , u "I20" ); // Add area to the instance of FormatConditions...

    docs.aspose.com/cells/cpp/apply-shading-to-alte...
  5. Aspose::Words::ConditionalStyle class | Aspose....

    Aspose::Words::ConditionalStyle class. Represents special formatting applied to some Area of a table with assigned table style. To learn more, visit the documentation article in C++....special formatting applied to some area of a table with assigned table...cells. get_Type () Gets table area to which this conditional style...

    reference.aspose.com/words/cpp/aspose.words/con...
  6. 用C++渲染切片器|Documentation

    使用Aspose.Cells和C++渲染Excel文件中的切片器。...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/zh/cpp/rendering-slicer/
  7. Issue converting XLSX and XLSM files containing...

    We are converting XLSX and XLSM files to PDFs using the following code. static public string ConvertExcel(string inputFilePath = "", string outputFilePath = "") { string results = "SUCCESS"; try …...includes some of the text in these areas but not all. It also places...multiple shapes in the same area, they might overlap, causing...

    forum.aspose.com/t/issue-converting-xlsx-and-xl...
  8. How do I get a non named range using cell addre...

    Hi, I want to get a range using referred Area. So when I get precedent for a range I want to be able to get that precedent as a range object instead of a referred Area object. How can I do that, the only option I have …...to get a range using referred area. So when I get precedent for...object instead of a referred area object. How can I do that, the...

    forum.aspose.com/t/how-do-i-get-a-non-named-ran...
  9. How to - developer tips|CAD Documentation

    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....existing ones Calculation of area and circumference of the circles...content in layout regardless plot area Export of only some entities...

    docs.aspose.com/cad/net/developer-guide/how-to/
  10. Page Setup Features with C++|Documentation

    Learn how to configure page setup features in Excel files using Aspose.Cells with C++....xlsx" ); } Setting Print Area You can define a specific range...demonstrates how to set the print area: #include <Aspose.Cells.h> using...

    docs.aspose.com/cells/cpp/page-setup-features/