Sort Score
Result 10 results
Languages All
Labels All
Results 941 - 950 of 241,509 for

cells

(0.16 sec)
  1. 使用C++将附件嵌入到PDF中|Documentation

    学习如何用C++结合Aspose.Cells将附件嵌入到PDF中。...Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // For complete examples...

    docs.aspose.com/cells/zh/cpp/embed-attachment-t...
  2. 用C++将Excel转换为图片|Documentation

    学习如何使用Aspose.Cells for C++将Excel工作表转换为包括TIFF和SVG格式的图片。...Cells允许您从工作簿导出工作表并将其转换为不同的格式。本文解释了如何将工作表转换为不同的格式。...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using namespace...

    docs.aspose.com/cells/zh/cpp/convert-excel-to-i...
  3. Set Preset WordArt Style to the Text of the Sha...

    Learn how to set a preset WordArt style to the text of a shape using Aspose.Cells for C++....Cells. Please use FontSetting.SetWordArtStyle()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; using namespace...

    docs.aspose.com/cells/cpp/set-preset-wordart-st...
  4. 合并单元格|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 - 合并单元格 Cells 类具有一些有用的方法。例如,合并方法将单...//Create a Cells object to fetch all the cells. Cells cells = worksheet...

    docs.aspose.com/cells/zh/java/merge-cells/
  5. Tile Picture as a Texture inside the Shape with...

    Learn how to tile a picture as a texture inside a shape using Aspose.Cells for C++....Cells.h" using namespace Aspose :: Cells ; using namespace...Aspose :: Cells :: Drawing ; int main () { Aspose :: Cells :: Startup...

    docs.aspose.com/cells/cpp/tile-picture-as-a-tex...
  6. Calculate Page Setup Scaling Factor with C++|Do...

    This article provides sample code explaining how to use the C++ API or library to calculate Page Setup scaling factor using Fit to n page(s) wide by m tall option of Excel worksheet programmatically....Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Create workbook object...

    docs.aspose.com/cells/cpp/calculate-page-setup-...
  7. 使用C++对行和列进行分组和取消分组|Documentation

    学习如何使用Aspose.Cells和C++对Excel文件中的行和列进行分组和取消分组。...Cells提供一个类, Workbook 表示Microsoft Excel文件。...Worksheet 类提供一个 Cells 集合,表示工作表中的所有单元格。 Cells 集合提供了几种管理工作表行或列的方法,以下将更详细地讨论其中的一些。...

    docs.aspose.com/cells/zh/cpp/grouping-and-ungro...
  8. How to Add Text Conditional Formatting|Document...

    How to use the Aspose.Cells library in C# to apply text conditional formatting. By adjusting these criteria, you have more control over how Cells look and appear....is useful for highlighting cells that meet specific textual criteria...might want to highlight all cells that contain the word “Urgent”...

    docs.aspose.com/cells/net/how-to-add-text-condi...
  9. Create Workbook and Worksheet Scoped Named Rang...

    Learn how to create workbook and worksheet scoped named ranges using Aspose.Cells for JavaScript via C++....Cells for JavaScript via C++ provides...body > < script src = "aspose.cells.js.min.js" ></ script > < script...

    docs.aspose.com/cells/javascript-cpp/create-wor...
  10. Data Validation with C++|Documentation

    Learn how to add data validation through the Aspose.Cells for C++ API....Cells fully supports Microsoft Excel’s...how to code them using Aspose.Cells. Data Validation Types and Execution...

    docs.aspose.com/cells/cpp/data-validation/