Sort Score
Result 10 results
Languages All
Labels All
Results 3,631 - 3,640 of 203,311 for

cells

(0.06 sec)
  1. Installation|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 for Java from Maven Repository... You can easily use Aspose.Cells for Java API directly in your...

    docs.aspose.com/cells/java/installation/
  2. 用C++从工作簿中提取OLE对象|Documentation

    学习如何使用Aspose.Cells和C++从工作簿中提取OLE对象。...Cells支持提取和保存这些OLE对象。 本文展示了如何在Visual...自的文件类型。 下载并安装Aspose.Cells 下载Aspose.Cells for C++ 。 在您的开发计算机上安装它。...

    docs.aspose.com/cells/zh/cpp/extract-ole-object...
  3. ConditionalStyleCollection.first_row property |...

    ConditionalStyleCollection.first_row property. Gets the first row style.... insert_cell () builder . write ( 'Cell 1' ) builder .... insert_cell () builder . write ( 'Cell 2' ) builder . end_row...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Table.setBorders method | Aspose.Words for Node.js

    Table.setBorders method. Sets all table borders to the specified line style, width and color....); // Create a row with two cells with different background colors...builder . writeln ( "Row 1, Cell 1." ); builder . insertCell...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Table.SetBorders | Aspose.Words for .NET

    Customize your tables effortlessly with the SetBorders method, adjusting line style, width, and color for a polished, professional look....); // Create a row with two cells with different background colors...builder . Writeln ( "Row 1, Cell 1." ); builder . InsertCell...

    reference.aspose.com/words/net/aspose.words.tab...
  6. SaveToStream on a workbook with at least 257 co...

    If you call SaveToStream on a workbook that contains at least 257 columns, the returned stream contains corrupt data. If you create a new workbook from the stream, this workbook will not contain the correct values. In ad…...Cells Product Family cells-net Nic0 April 28...saveWorkbook.Worksheets.First(); sheet.Cells[0, 256].Value = 1; using MemoryStream...

    forum.aspose.com/t/savetostream-on-a-workbook-w...
  7. Add, Extract, Delete Tables in PDF using C++ | ...

    Manage Tables in PDF file programmatically with C++ sample code using Aspose.PDF for C++...// Set the border for table cells table -> set_DefaultCellBorder...Add (); // Add table cells row -> get_Cells () -> Add ( String...

    products.aspose.com/pdf/cpp/table/
  8. 与GridJs服务器端配合工作|Documentation

    该文章描述了如何在 GridJs 中使用 API。...com/aspose-cells/Aspose.Cells-for-.NET/blob/master...https://github.com/aspose-cells/Aspose.Cells-for-.NET/tree/master/Examples_GridJs...

    docs.aspose.com/cells/zh/net/aspose-cells-gridj...
  9. 用 C++ 管理OLE对象|Documentation

    学习如何使用 Aspose.Cells 和 C++ 在工作表中添加、提取和操作OLE对象。...Cells支持在工作表中添加、提取和操作OLE对象。因此,Aspose.Cells具有 OleObjectCollection...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; std :: vector...

    docs.aspose.com/cells/zh/cpp/managing-ole-objects/
  10. Aspose::Words::Tables::CellFormat::get_Vertical...

    Aspose::Words::Tables::CellFormat::get_VerticalAlignment method. Returns or sets the vertical alignment of text in the cell in C++....vertical alignment of text in the cell. Aspose :: Words :: Tables ::...apply them to every row and cell that we add with it. builder...

    reference.aspose.com/words/cpp/aspose.words.tab...