Sort Score
Result 10 results
Languages All
Labels All
Results 2,821 - 2,830 of 203,310 for

cells

(0.07 sec)
  1. 使用C++应用Subtotal和更改详细下方轮廓总结行方向|Documentation

    了解如何使用Aspose.Cells for C++ API对数据应用Subtotal并更改详细下方轮廓总结行的方向。...Cells.Subtotal() 方法对数据应用Subtotal。它接受以下参数:...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/applying-subtotal-...
  2. Copy Worksheets between Workbooks|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 provides a method, Aspose.Cells.Worksheet.Copy()...= 0 ; i < 5 ; i ++) { ws0 . Cells [ i , 0 ]. PutValue ( string...

    docs.aspose.com/cells/net/copy-worksheets-betwe...
  3. 在Python中自动调整行和列|Documentation

    通过Aspose.Cells for Python Via Java API学习如何自动调整行和列。...contents in a range of \ # cells (from 1st to 9th column) within...do AutoFit Row in a Range of Cells. Also, comment line 288. \ #...

    docs.aspose.com/cells/zh/java/autofit-rows-and-...
  4. Reusing Style Objects|Documentation

    In Aspose.Cells for Python via .NET, by creating and using reusable style objects, you can simplify style management and improve code efficiency. Our guide will help you leverage the advantages of reusable style objects and implement them in your application....formatting to a large range of cells in a worksheet: Create a style...the cells in the range. Because the Cell.get_style / Cell.set_style...

    docs.aspose.com/cells/python-net/reusing-style-...
  5. PreferredWidth.equals method | Aspose.Words for...

    PreferredWidth.equals method. Determines whether the specified [PreferredWidth](../) is equal in value to the current [PreferredWidth](../)....a preferred width for table cells. doc = aw . Document () builder..."PreferredWidth" class to table cells. # 1 - Set an absolute preferred...

    reference.aspose.com/words/python-net/aspose.wo...
  6. DocumentBuilder.RowFormat | Aspose.Words for .NET

    Explore the DocumentBuilder RowFormat property to easily access and customize table row formatting for enhanced document design and presentation.... Write ( "Row 1, cell 1." ); // Start a second row...(); builder . Write ( "Row 2, cell 1." ); builder . EndTable ();...

    reference.aspose.com/words/net/aspose.words/doc...
  7. Access rendered value of cell color from condit...

    Hello, I wanted to understand whether Aspose.Cells was able to access the value that a conditional formatting rule has evaluated a cell color too in an Excel notebook. The scenario here is that I’d like to write validati…...value of cell color from conditional formatting Aspose.Cells Product...to understand whether Aspose.Cells was able to access the value...

    forum.aspose.com/t/access-rendered-value-of-cel...
  8. 如何以及在哪里使用Node.js通过C++的枚举器|Documentation

    学习如何通过Aspose.Cells for Node.js via C++ API使用枚举器。...Cells API提供了一堆枚举器,但本文主要讨论如下三种类型。 单元格枚举器...要求使用任何这些方法。以下是返回单元格枚举器的方法。 Cells.getEnumerator() Row.getEnumerator()...

    docs.aspose.com/cells/zh/nodejs-cpp/how-and-whe...
  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. Save Workbook to Strict Open XML Spreadsheet Fo...

    Learn how to save a workbook in Strict Open XML Spreadsheet format using Aspose.Cells for C++....Cells allows you to save the workbook...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/save-workbook-to-stri...