Sort Score
Result 10 results
Languages All
Labels All
Results 1,821 - 1,830 of 241,490 for

cells

(0.1 sec)
  1. Get All Hidden Rows Indices after Refreshing Au...

    Learn how to get all hidden rows indices after refreshing AutoFilter by using the Aspose.Cells for C++ API....the AutoFilter on worksheet cells, some of the rows get hidden...the Excel end‑user. Aspose.Cells deals with this problem using...

    docs.aspose.com/cells/cpp/get-all-hidden-rows-i...
  2. 重用样式对象|Documentation

    通过 C++ 调用 Aspose.Cells for JavaScript ,通过创建和使用可重用的样式对象,可以简化样式管理并提高代码效率。我们的指南将帮助你利用可重用样式对象的优势,并在你的应用中实现它们。...Cells Example </ title > </ head >...> < body > < h1 > Aspose.Cells Example - Create Workbook and...

    docs.aspose.com/cells/zh/javascript-cpp/reusing...
  3. Freeze panes of Excel Worksheet with C++|Docume...

    In this article, you will learn how to freeze panes of Excel worksheets programmatically using the C++ library with the Aspose.Cells API....and columns, first select a cell (such as B2). Click View > Freeze...labels. Freeze Panes with Aspose.Cells for C++ It’s simple to freeze...

    docs.aspose.com/cells/cpp/how-to-freeze-panes-o...
  4. Modify existing SQL Data Connection with C++ us...

    Learn how to modify an existing SQL Data Connection in Excel files using Aspose.Cells with C++....Cells Contents [ Hide ] Aspose.Cells supports modifying...will explain how to use Aspose.Cells to modify different properties...

    docs.aspose.com/cells/cpp/modify-existing-sql-d...
  5. 使用 Python.NET 和 Aspose.Cells 计算 IFNA 函数|Documen...

    学习如何使用 Aspose.Cells for Python.NET 计算 Excel 文件中的 IFNA 函数。处理...Cells 计算 IFNA 函数 Contents [ Hide ] Aspose.Cells for Python...IFNA 函数 以下代码示例演示如何使用 Aspose.Cells for Python.NET 计算 IFNA 函数: 控制台输出...

    docs.aspose.com/cells/zh/python-net/calculating...
  6. Trim Leading Blank Rows and Columns while expor...

    Learn how to trim leading blank rows and columns while exporting spreadsheets to CSV format using Aspose.Cells for C++....data2 Here the first three cells (or columns) are blank. When...columns. By default, Aspose.Cells does not discard leading blank...

    docs.aspose.com/cells/cpp/trim-leading-blank-ro...
  7. 使用 C++ 进行重采样添加的图片 Excel 转 PDF 转换|Documentation

    学习如何使用 Aspose.Cells 与 C++ 进行重采样以减少 PDF 大小。...Cells支持重新采样已添加的图像,以减小输出的PDF文件大小并稍微提高性能。...性能。 请参阅以下示例代码,描述如何使用Aspose.Cells API执行该任务。该示例将Microsoft Exce...

    docs.aspose.com/cells/zh/cpp/resampling-added-i...
  8. Determine which Axis exists in the Chart with C...

    Learn how to determine which axis exists in a chart created using Aspose.Cells for C++. Our guide will help you understand how to identify and access the different axes in a chart, including category, value, and secondary axes....Cells provides the Chart.HasAxis(AxisType...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/determine-which-axis-...
  9. 使用C++进行换行和文本自动换行|Documentation

    如何在C++中使用Aspose.Cells库实现文本换行和自动换行。通过使用Aspose.Cells库,您可以轻松在单元格中插入文本并设置文本换行方式,例如手动换行、自动换行等。本文件详细介绍了如何实现这些功能,并提供了示例代码供您参考。...Cells.Style.IsTextWrapped 属性。 #include...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/line-breaks-and-te...
  10. Integrate Table with Data Sources PDF|Aspose.PD...

    This article shows how to integrate PDF tables. Integrate Table with Database and determine if the table will split on the current page....// Set the border for table cells table . DefaultCellBorder =..."100 100 100" ; // Set default cell border using BorderInfo object...

    docs.aspose.com/pdf/net/integrate-table/