Sort Score
Result 10 results
Languages All
Labels All
Results 2,441 - 2,450 of 241,491 for

cells

(0.16 sec)
  1. CellFormat.preferred_width property | Aspose.Wo...

    CellFormat.preferred_width property. Returns or sets the preferred width of the cell....sets the preferred width of the cell. @property def preferred_width...how the actual width of the cell is calculated by the table layout...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 在将Excel转换为PDF时渲染实线网格线 with C++|Documentation

    了解如何在将Excel转换为PDF时渲染实线网格线,使用Aspose.Cells与C++。...Cells在将Excel转换为PDF时默认渲染网格线为点线。然而,现代Excel现在将网格线渲染为实线。...ptions_Impl* impl) ,Aspose.Cells也可以将网格线渲染为实线。 #include <iostream>...

    docs.aspose.com/cells/zh/cpp/render-solid-gridl...
  3. Render Solid Gridlines while converting Excel t...

    Learn how to render solid gridlines while converting Excel to PDF using Aspose.Cells with C++....Cells renders gridlines as dotted...tions_Impl* impl) , Aspose.Cells can also render gridlines as...

    docs.aspose.com/cells/cpp/render-solid-gridline...
  4. How to get OData Connection Information with C+...

    Learn how to extract OData connection information from Excel files using Aspose.Cells for C++....Cells provides the Workbook.GetDataMashup()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/how-to-get-odata-conn...
  5. AutoFitBehavior Enum | Aspose.Words for .NET

    Discover Aspose.Words.Tables.AutoFitBehavior enum to optimize table resizing with the AutoFit method, enhancing document layout and presentation....width from the table and all cells and then updates the table layout...removes preferred widths from all cells and then updates the table layout...

    reference.aspose.com/words/net/aspose.words.tab...
  6. Table.CellSpacing | Aspose.Words for .NET

    Discover the Table Cellspacing property to easily customize cell spacing in points, enhancing your table's appearance and readability....space (in points) between the cells. public double CellSpacing {...spacing between individual cells in a table. Document doc = new...

    reference.aspose.com/words/net/aspose.words.tab...
  7. Ignore Errors while Rendering Excel to PDF with...

    Learn how to ignore errors during Excel to PDF conversion using Aspose.Cells for C++....Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Source directory path...

    docs.aspose.com/cells/cpp/ignore-errors-while-r...
  8. How to apply/set text alignment to textbox with...

    How to apply/set text alignment to textbox in Aspose.Cells with C++....Cells provides an API interface to...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using namespace...

    docs.aspose.com/cells/cpp/applying-text-alignme...
  9. Cells.DeleteRange break formulas when deleting ...

    Dear Aspose support, I am trying to delete the first datarow of a ListObject via Cells.DataRange(). If i am deleting the first data row (after the header), the table breaks. If i save it the workbook to the file system,…...Cells.DeleteRange break formulas when deleting the first data...data row Aspose.Cells Product Family cells-net careall November...

    forum.aspose.com/t/cells-deleterange-break-form...
  10. Returning a Range of Values using AbstractCalcu...

    This article introduces an abstract calculation engine that returns a range of values in Excel using the Aspose.Cells library for Node.js via C++. Learn to load or create an Excel file and save the modified file to disk....Cells provides the AbstractCalculationE...AsposeCells = require ( "aspose.cells.node" ); class CustomFunctionStatic...

    docs.aspose.com/cells/nodejs-cpp/returning-a-ra...