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

cells

(0.14 sec)
  1. 用C++管理Excel宏启用工作簿的VBA代码|Documentation

    在C++中添加VBA模块并修改VBA或宏,使用Aspose.Cells库。...Cells允许通过Aspose.Cells添加新的VBA模块和宏代码。请使用 Workbook...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/manage-vba-project/
  2. Aspose::Words::Tables::Cell class | Aspose.Word...

    Aspose::Words::Tables::Cell class. Represents a table cell. To learn more, visit the documentation article in C++....Aspose::Words::Tables::Cell class Contents [ Hide ] Cell class Represents...Represents a table cell. To learn more, visit the Working with Tables...

    reference.aspose.com/words/cpp/aspose.words.tab...
  3. 用C++获取带格式和不带格式的单元格字符串值|Documentation

    学习如何通过 Aspose.Cells for C++ API 获取带格式和不带格式的单元格字符串值。...Cells 提供了 Cell::GetStringValue() 方法,可...位小数,那么在Excel中会显示为0.01。你可以使用 Cell::GetStringValue() 方法以字符串形式同时获取0...

    docs.aspose.com/cells/zh/cpp/get-cell-string-va...
  4. Specifying Significant Digits to be Stored in E...

    Learn how to specify significant digits to be stored in Excel files using Aspose.Cells with C++....Cells stores 17 significant digits...default behavior of Aspose.Cells from 17 significant digits to...

    docs.aspose.com/cells/cpp/specifying-significan...
  5. 用 C++ 隐藏和排序数据透视表中的数据|Documentation

    学习如何使用 Aspose.Cells 和 C++ 在数据透视表中隐藏和排序数据。...Cells支持在数据透视表中隐藏和排序数据。以下代码片段演示了通过...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/pivot-table-hide-a...
  6. CellFormat class | Aspose.Words for Python

    aspose.words.tables.CellFormat class. Represents all formatting for a table cell...Represents all formatting for a table cell. To learn more, visit the Working...collection of borders of the cell. bottom_padding Returns or sets...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Hello, the customer has some issues while using...

    Hello, the customer has some issues while using it. Please help, The screenshot shows a misplaced annotation. How should I handle it? Hello, the customer is preparing to make a purchase but has encountered some technic…...Cells Product Family cells-net kkevin2 April... The customer tried aspose cells. NET version, both v25.3 and...

    forum.aspose.com/t/hello-the-customer-has-some-...
  8. Reading CSV File with Multiple Encodings with C...

    Learn how to read CSV files with multiple encodings using Aspose.Cells for C++....Cells allows you to load such CSV...example, PDF or XLSX. Aspose.Cells provides the TxtLoadOptions...

    docs.aspose.com/cells/cpp/reading-csv-file-with...
  9. 如何在没有Excel的情况下用C++检测冻结状态|Documentation

    在本文中,您将学习如何使用C++的Aspose.Cells API以编程方式检测Excel工作表的冻结状态。...Cells for C++来实现。 窗格是否冻结 使用Aspose.Cells for C++,可以...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/how-to-check-froze...
  10. Add Image in Worksheet|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 - Add Image in Worksheet C#...a string value to a cell worksheet . Cells [ "C2" ]. Value = "Image"...

    docs.aspose.com/cells/net/add-image-in-worksheet/