Sort Score
Result 10 results
Languages All
Labels All
Results 661 - 670 of 246,055 for

cells

(0.2 sec)
  1. 64716894.xlsx

    Sheet1 Some text goes here but it has no preventing Cells Some text goes here but it has preventing Cells This is a preventing cell that also voerflows Some text goes here but it has preventing cel......preventing cells Some text goes here but it has preventing cells This...This is a preventing cell that also voerflows Some text goes here...

    docs.aspose.com/cells/ja/javascript-cpp/hiding-...
  2. 64716894.xlsx

    Sheet1 Some text goes here but it has no preventing Cells Some text goes here but it has preventing Cells This is a preventing cell that also voerflows Some text goes here but it has preventing cel......preventing cells Some text goes here but it has preventing cells This...This is a preventing cell that also voerflows Some text goes here...

    docs.aspose.com/cells/sv/javascript-cpp/hiding-...
  3. xlsx4j 中的行列高度调整|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....Cells - 行列高度调整 可以通过调用 Cells 集合的 setRowHeight...,要更改高度的行的索引。 行高 ,要应用于该行的行高。 通过调用 Cells 集合的 setColumnWidth 方法来设置列的宽度。setColumnWidth...

    docs.aspose.com/cells/zh/java/row-column-height...
  4. 用C++自动调整行列宽|Documentation

    本文展示如何使用Aspose.Cells for C++ API自动调整行、列、合并单元格的行,以及范围内的行。...Cells实现,开发者可以在运行时自动调整单元格的尺寸。 自动调整 Aspose.Cells提供了表示Microsoft...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/autofit-rows-and-c...
  5. Copy Range Data with Style using JavaScript via...

    Learn how to copy a range of Cells with formatting using Aspose.Cells for JavaScript via C++....copy the data from a range of cells to another range. Specifically...styles to the copied cells. Aspose.Cells can also copy a range...

    docs.aspose.com/cells/javascript-cpp/copy-range...
  6. Working with External Data Connection of type W...

    Learn how to work with WebQuery data connection in Microsoft Excel using Aspose.Cells with C++....Cells.h" using namespace Aspose :: Cells ; using namespace...namespace Aspose :: Cells :: ExternalConnections ; int main ()...

    docs.aspose.com/cells/cpp/working-with-external...
  7. 使用C++将文件保存到响应对象|Documentation

    学习如何使用Aspose.Cells for C++动态保存文件并直接发送给客户端浏览器。...Cells可以操作文件。本文解释了可以将文件保存到响应对象的各种方法。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/saving-file-to-res...
  8. Set Line Spacing of the Paragraph in a Shape or...

    Learn how to set line spacing, space before, and space after in a paragraph within a shape or textbox using Aspose.Cells for C++....Cells.h" using namespace Aspose :: Cells ; using namespace...Aspose :: Cells :: Drawing ; using namespace Aspose :: Cells :: Drawing...

    docs.aspose.com/cells/cpp/set-line-spacing-of-t...
  9. DocumentBuilder.Write | Aspose.Words for .NET

    Effortlessly insert text into your document with DocumentBuilder's Write method, enhancing your editing efficiency and streamlining your workflow....populate the first row with two cells. builder . StartTable (); builder...(); builder . Write ( "Row 1, Cell 1." ); builder . InsertCell...

    reference.aspose.com/words/net/aspose.words/doc...
  10. Delete Named Ranges with C++|Documentation

    Learn how to remove defined names or named ranges from Excel or OpenOffice files using Aspose.Cells for C++....Cells for C++ With Aspose.Cells for C++, you can...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/delete-named-ranges/