Sort Score
Result 10 results
Languages All
Labels All
Results 2,581 - 2,590 of 242,618 for

cells

(0.15 sec)
  1. Specifying Significant Digits to be Stored in E...

    Learn how to control significant digits stored in Excel files using Aspose.Cells for Python via .NET API....Cells stores 17 significant digits...sample code enforces Aspose.Cells to use 15 significant digits...

    docs.aspose.com/cells/python-net/specifying-sig...
  2. Optimize Image Management in Presentations Usin...

    Streamline image management in PowerPoint and OpenDocument with Aspose.Slides for C++, optimizing performance and automating your workflow....Cells. This sample code shows you...Aspose :: Cells :: IWorkbook > book = Aspose :: Cells :: Factory...

    docs.aspose.com/slides/cpp/image/
  3. CellFormat.preferredWidth property | Aspose.Wor...

    CellFormat.preferredWidth property. Returns or sets the preferred width of the cell....sets the preferred width of the cell. get preferredWidth () : Aspose...how the actual width of the cell is calculated by the table layout...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Issue: Unable to capture clipboard paste text -...

    Hi Team, We are using Aspose.Cells.GridJs version 24.2.0.0 in our web application. We want to capture clipboard text, especially when users copy multiple Cells from an external Excel file and paste them into the GridJs…...Cells Product Family parthiveera May...Hi Team, We are using Aspose.Cells.GridJs version 24.2.0.0 in our...

    forum.aspose.com/t/issue-unable-to-capture-clip...
  5. 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...
  6. PreferredWidth.fromPoints method | Aspose.Words...

    PreferredWidth.fromPoints method. A creation method that returns a new instance that represents a preferred width specified using a number of points....a preferred width for table cells. let doc = new aw . Document..."PreferredWidth" class to table cells. // 1 - Set an absolute preferred...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. 使用 C++ 在 ODF 1.1、1.2 和 1.3 规格下保存 ODS 文件|Documen...

    使用 Aspose.Cells 和 C++ 将 Excel 转换为符合 ODF 1.1、1.2 和 1.3 规范的文件。...Cells 支持将 ODS 文件( OpenDocument Spreadsheet...1.1、1.2 和 1.3 规格的文件。Aspose.Cells 有 OdsSaveOptions.GetOdfStrictVersion()...

    docs.aspose.com/cells/zh/cpp/save-ods-file-in-o...
  8. PreferredWidth.FromPercent | Aspose.Words for .NET

    Discover the PreferredWidth FromPercent method, which creates a new instance for defining preferred widths as a percentage. Enhance your design precision!... Write ( "Cell #1" ); builder . InsertCell...InsertCell (); builder . Write ( "Cell #2" ); builder . InsertCell ();...

    reference.aspose.com/words/net/aspose.words.tab...
  9. Use Custom XML Parts in Aspose.Cells with C++|D...

    Learn how to use custom XML parts in Excel files programmatically using Aspose.Cells with C++....Cells with C++ Contents [ Hide ] Using...Custom XML Parts in Aspose.Cells Custom XML Parts are XML data...

    docs.aspose.com/cells/cpp/use-custom-xml-parts-...
  10. 用C++查找单元格值是否以单引号开始|Documentation

    学习如何使用Aspose.Cells for C++ API查找单元格值是否以单引号开始。...Cells 现在提供了属性 Style::QuotePrefix ...下面的示例代码解释了像“sample”和“‘sample”这样的字符串不能通过 Cell::GetStringValue 属性进行区分。因此,我们必须使用...

    docs.aspose.com/cells/zh/cpp/find-if-the-cell-v...