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

cells

(0.1 sec)
  1. Creating Hierarchical View Sheet|Documentation

    This article introduce how to create hierarchical view in GridWeb.... Cells . GridWeb . GridWeb childGrid , Aspose . Cells . GridWeb...ByVal childGrid As Aspose . Cells . GridWeb . GridWeb , ByVal...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  2. 用C++实现多线程同时读取单元格数值|Documentation

    学习如何通过Aspose.Cells for C++ API同时在多个线程中读取单元格值。...Cells来实现这一目的。 要同时在多个线程中读取单元格值,请将 Worksheet...get_Worksheets () -> Get ( 0 ) -> get_Cells () -> set_MultiThreadReading...

    docs.aspose.com/cells/zh/cpp/reading-cell-value...
  3. NodeCollection.count property | Aspose.Words fo...

    NodeCollection.count property. Gets the number of nodes in the collection....asTable (); // Find out if any cells in the table have other tables...tables directly within its cells" , i , count ); // Find out...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. 用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...
  5. PreferredWidth.FromPoints | Aspose.Words for .NET

    Discover the PreferredWidth FromPoints method to create a new instance with a defined width in points, enhancing your design precision and efficiency....specifying a preferred width for a cell. Document doc = new Document...a preferred width for table cells. Document doc = new Document...

    reference.aspose.com/words/net/aspose.words.tab...
  6. 使用C++将工作簿保存为严格Open XML电子表格格式|Documentation

    了解如何使用Aspose.Cells for C++将工作簿保存为严格Open XML电子表格格式。...Cells允许你将工作簿保存为 严格Open XML电子表格 格式。为此,它提供了...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/save-workbook-to-s...
  7. 在将Excel转换为PDF时渲染Office加载项 with C++|Documentation

    了解如何在将Excel文件转换为PDF时渲染Office加载项,使用Aspose.Cells for C++。...Cells在将Excel文件保存为PDF时无法渲染Office加载项。现在,Aspose.Cells可以正确渲...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/render-office-add-...
  8. 在Jython中复制和移动工作表|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 - 复制和移动工作表 使用 Aspose.Cells Java for Jython...aspose - cells import Settings from com . aspose . cells import...

    docs.aspose.com/cells/zh/java/copying-and-movin...
  9. 用C++更新Power Query公式项|Documentation

    学习如何使用Aspose.Cells for C++更新Power Query公式项,以修改Excel文件中的数据源文件位置。...Cells API提供通过使用 PowerQueryFormulaIte...类来更新源文件位置的选项。 更新Power Query公式项 Aspose.Cells API提供了更新Power Query公式项的能力。以下代码演示如何使用...

    docs.aspose.com/cells/zh/cpp/update-power-query...
  10. 用C++计算数据表的数组公式|Documentation

    如何使用Aspose.Cells库在Microsoft Excel中用C++计算数据表的数组公式。通过加载现有Excel文件或创建新Excel文件,利用Aspose.Cells提供的方法计算数组公式并获取结果。最后保存修改后的Excel文件。...Cells现在允许您计算数据表的数组公式。请在计算任何类型的公式时使用...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/calculation-of-arr...