Sort Score
Result 10 results
Languages All
Labels All
Results 3,041 - 3,050 of 242,923 for

cells

(0.31 sec)
  1. Consolidation Function with C++|Documentation

    Learn how to apply a ConsolidationFunction to data fields of a pivot table using Aspose.Cells with C++....Cells can be used to apply a ConsolidationFunctio...Distinct Count, etc. Aspose.Cells provides the ConsolidationFunctio...

    docs.aspose.com/cells/cpp/consolidation-function/
  2. 用 C++ 将源范围的行高复制到目标范围|Documentation

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

    docs.aspose.com/cells/zh/cpp/copy-row-heights-o...
  3. How to Edit Excel File in C++

    In this example, we will explore how to edit Excel file in C++. You can manipulate the Excel file data programmatically in C++ using simple API interface that can be used both in Microsoft Windows and Linux etc....Cells Product Family Aspose.Email...Excel File in C++ Add Aspose.Cells.Cpp with NuGet package Manager...

    kb.aspose.com/cells/cpp/how-to-edit-excel-file-...
  4. 在 C++ 中如何用 PivotOptions 管理数据透视图|Documentation

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

    docs.aspose.com/cells/zh/cpp/how-to-manage-pivo...
  5. 如何在C++中使用JavaScript创建动态滚动图表|Documentation

    了解如何使用Aspose.Cells for JavaScript通过C++创建动态滚动图表。我们的逐步指南将演示如何实现平滑的数据过渡和自动滚动,保持图表连续更新。...Cells创建动态滚动图表 在接下来的段落中,我们将展示如何使用Aspose.Cells for Jav...> < head > < title > Aspose.Cells Example </ title > </ head >...

    docs.aspose.com/cells/zh/javascript-cpp/create-...
  6. Aspose::Words::BorderCollection::get_Right meth...

    Aspose::Words::BorderCollection::get_Right method. Gets the right border in C++....()); // Create a row with two cells with different background colors...builder -> Writeln ( u "Row 1, Cell 1." ); builder -> InsertCell...

    reference.aspose.com/words/cpp/aspose.words/bor...
  7. Aspose::Words::BorderCollection::get_Left metho...

    Aspose::Words::BorderCollection::get_Left method. Gets the left border in C++....()); // Create a row with two cells with different background colors...builder -> Writeln ( u "Row 1, Cell 1." ); builder -> InsertCell...

    reference.aspose.com/words/cpp/aspose.words/bor...
  8. 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....Cells.h" using namespace Aspose :: Cells ; using namespace...std ; int main () { Aspose :: Cells :: Startup (); // Create an...

    docs.aspose.com/cells/cpp/get-paper-width-and-h...
  9. 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++....Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Print message about...

    docs.aspose.com/cells/cpp/find-maximum-rows-and...
  10. 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...