Sort Score
Result 10 results
Languages All
Labels All
Results 3,711 - 3,720 of 246,740 for

cells

(0.4 sec)
  1. Aspose::Words::Tables::Table::get_RightPadding ...

    Aspose::Words::Tables::Table::get_RightPadding method. Gets or sets the amount of space (in points) to add to the right of the contents of Cells in C++....the right of the contents of cells. double Aspose :: Words :: Tables...builder -> Write ( u "Row 1, cell 1." ); builder -> InsertCell...

    reference.aspose.com/words/cpp/aspose.words.tab...
  2. Aspose::Words::Tables::Table::get_LeftPadding m...

    Aspose::Words::Tables::Table::get_LeftPadding method. Gets or sets the amount of space (in points) to add to the left of the contents of Cells in C++....the left of the contents of cells. double Aspose :: Words :: Tables...builder -> Write ( u "Row 1, cell 1." ); builder -> InsertCell...

    reference.aspose.com/words/cpp/aspose.words.tab...
  3. Shading class | Aspose.Words for Python

    aspose.words.Shading class. Contains shading attributes for an object...black ) # Create a row with two cells with different background colors...colors. builder . insert_cell () builder . cell_format . shading ....

    reference.aspose.com/words/python-net/aspose.wo...
  4. 用Python via .NET释放工作簿的未管理资源|Documentation

    学习在使用Aspose.Cells for Python via .NET处理Excel工作簿时如何正确释放未管理资源。...Cells提供了 workbook.close() 方法来释放 Workbook...with 语句确保正确清理。 from aspose.cells import Workbook # Create workbook...

    docs.aspose.com/cells/zh/python-net/release-unm...
  5. Aspose.cell PDF文件转换主线程不释放 - Free Support Forum ...

    我们发现aspose.cell save方法 excel转PDF的时候,如果碰到转换失败会一直卡主线程不释放,但是也没有抛出任何异常,导致我们整个主线程都被阻塞,不能在做其他的转换操作。 想问一下如果出现转换出错,能否抛出异常告知不要阻塞主线程不释放呢? 我们用的Aspose Cells是最新的25.5的版本 Code Snipet: WXWorkCapture_1747279838100.png (24.6 KB)...cell PDF文件转换主线程不释放 Aspose.Cells Product Family cells-net...cells-net , aspose-cells cromwell1994 May 15, 2025, 3:34am 1 我们发现aspose...

    forum.aspose.com/t/aspose-cell-pdf/312719
  6. RowFormat.heightRule property | Aspose.Words fo...

    RowFormat.heightRule property. Gets or sets the rule for determining the height of the table row....current cell/row its cursor is in, // as well as any new cells and...builder . write ( "Header Row,\n Cell 1" ); builder . insertCell ();...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Delete Blank Rows and Columns in a Worksheet wi...

    Delete empty rows and columns in a worksheet using Aspose.Cells with C++....Cells methods to delete empty rows...delete blank rows, use the Cells.DeleteBlankRows() method. Please...

    docs.aspose.com/cells/cpp/delete-blank-rows-and...
  8. Public API Changes in Aspose.Cells 8.8.3|Docume...

    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 8.8.3 Contents [ Hide ] This...describes the changes to the Aspose.Cells API from version 8.8.2 to 8...

    docs.aspose.com/cells/net/public-api-changes-in...
  9. DeleteBlankRows() is deleting rows even if it h...

    Ideally, according to the documentation, DeleteBlankRows() should delete only rows which are empty i.e. the rows which does not have any content, images, charts, comments etc… But in the attached file below, Even the r…...Cells Product Family cells-net shreyap September..."TEstTrail.xlsx"); wb.Worksheets[0].Cells.DeleteBlankRows(); wb.Save(filePath...

    forum.aspose.com/t/deleteblankrows-is-deleting-...
  10. Create Access and Copy Named Ranges with JavaSc...

    Learn how to create, access, and copy named ranges in Excel using Aspose.Cells for JavaScript via C++....used to refer to individual cells. It is possible to create descriptive...names to represent cells, ranges of cells, formulas, or constant...

    docs.aspose.com/cells/javascript-cpp/create-acc...