Sort Score
Result 10 results
Languages All
Labels All
Results 3,681 - 3,690 of 238,879 for

aspose cells

(0.14 sec)
  1. 用 C++ 将源范围的行高复制到目标范围|Documentation

    学习如何使用 Aspose.Cells for C++ 将行高从源范围复制到目标范围。...Aspose.Cells 提供了 PasteType::RowHeights...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/copy-row-heights-o...
  2. 在 C++ 中如何用 PivotOptions 管理数据透视图|Documentation

    使用 C++ 管理带有 PivotOptions 的数据透视图的方法。... 如何使用数据透视表选项管理数据透视图 通过使用Aspose.Cells,您可以使用 PivotOptions 来管理数据透视图。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/how-to-manage-pivo...
  3. Get Paper Width and Height of Page Setup of Wor...

    Learn how to get the Excel Worksheet Page Setup paper width and paper height using C++ code programmatically with Aspose.Cells for C++ API....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using...namespace std ; int main () { Aspose :: Cells :: Startup (); // Create...

    docs.aspose.com/cells/cpp/get-paper-width-and-h...
  4. Find Maximum Rows and Columns supported by XLS ...

    Learn how to find the maximum rows and columns supported by XLS and XLSX formats using Aspose.Cells for C++....#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Print message about...

    docs.aspose.com/cells/cpp/find-maximum-rows-and...
  5. DetectAreasMode.TABLE|Documentation

    How Aspose.OCR determines the structure of a document using the DetectAreasMode.TABLE algorithm....install advanced OCR models ( aspose-ocr-advanced-recognition-v1...image and extracts text from cells. This areas detection mode is...

    docs.aspose.com/ocr/net/areas-detection/table/
  6. Preserve Single Quote Prefix of Cell Value or R...

    Learn how to preserve the single‑quote prefix of a cell value or range through the Aspose.Cells for C++ API....Preserve Single Quote Prefix of Cell Value or Range with C++ Contents...When you put a value inside a cell that has a leading apostrophe...

    docs.aspose.com/cells/cpp/preserve-single-quote...
  7. C# adding total family product license into the...

    Hi, I testing Aspose .net package in our application. We weren’t able to add the licens einto our code. We used the code below. Can someone please let me know whats my mistake? We also tried the suggestion in the link a…...product license into the code Aspose.Total Product Family license...license , set-license , aspose-pdf-license Cengizkurban November 11...

    forum.aspose.com/t/c-adding-total-family-produc...
  8. Creating Hierarchical View Sheet|Documentation

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

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  9. RowFormat.clear_formatting method | Aspose.Word...

    RowFormat.clear_formatting method. Resets to default row formatting....apply them to every row and cell that we add with it. builder...builder . cell_format . clear_formatting () builder . cell_format...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 使用C++访问和修改单元格富文本部分|Documentation

    学习如何通过Aspose.Cells for C++ API访问和更新单元格富文本的部分内容。...[ Hide ] Aspose.Cells允许您访问和更新单元格的富文本的部分。为此,您可以使用 Cell->GetCharacters()...Cell->GetCharacters() 和 Cell->SetCharacters() 方法。这些方法将返回并接受 FontSetting ...

    docs.aspose.com/cells/zh/cpp/access-and-update-...