Sort Score
Result 10 results
Languages All
Labels All
Results 1,391 - 1,400 of 236,024 for

cells

(0.08 sec)
  1. 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...
  2. 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...
  3. 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-...
  4. How to Set Print Area with C++|Documentation

    This article shows you code explaining how to set print area using Aspose.Cells library with C++....Select the cells: Click and drag to select the range of cells you want...Area: If you want to add more cells to the existing print area,...

    docs.aspose.com/cells/cpp/how-to-set-print-area/
  5. Putting an object into a cell that is Single.Na...

    dear support, I am getting a system crash with the below VB .NET code Dim s1 As Single = Single.NaN Dim o1 As Object = s1 Dim x As New Aspose.Cells.Workbook x.Worksheets(0).Cells(0, 0).PutValue(o1) This crashes, bu…...object into a cell that is Single.NaN Aspose.Cells Product Family...As New Aspose.Cells.Workbook x.Worksheets(0).Cells(0, 0).PutValue(o1)...

    forum.aspose.com/t/putting-an-object-into-a-cel...
  6. 创建一个复杂的PDF|Aspose.PDF for Python via .NET

    Aspose.PDF for Python via .NET 允许您创建包含图像、文本片段和表格的更复杂的文档。... default_cell_border = ap . BorderInfo ( ap...Color . black ) table . default_cell_padding = ap . MarginInfo (...

    docs.aspose.com/pdf/zh/python-net/complex-pdf-e...
  7. Adding Custom Labels to Data Points in the Seri...

    Learn how to add custom labels to data points in the series of a chart using Aspose.Cells for JavaScript via C++. This guide will demonstrate how to modify labels' appearance, position, and formatting, while linking them to your data source for accurate representation....Cells provides DataLabels.text property...> < head > < title > Aspose.Cells Example </ title > </ head >...

    docs.aspose.com/cells/javascript-cpp/adding-cus...
  8. Create New Spreadsheet in xlsx4j|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 - Create New Spreadsheet The...add ( "My Worksheet" ); Cells cells = worksheet . getCells ();...

    docs.aspose.com/cells/java/create-new-spreadshe...
  9. Using Aspose.PDF for .NET with Python|Aspose.PD...

    In this tutorial, you will explore the different ways of creating and modifying PDF files in Python.... Cells . Add ( "Departs City" ) headerRow . Cells . Add...< headerRow . Cells . Count ): headerRow . Cells [ i ] . BackgroundColor...

    docs.aspose.com/pdf/net/python-net/
  10. Create StockHighLowClose Chart in Excel using C...

    Learn how to generate a StockHighLowClose chart in Excel using C# with Aspose.Cells for .NET. Step‑by‑step guide and full source code included....Cells for .NET , you can generate...you will learn: How Aspose.Cells simplifies chart creation. Step‑by‑step...

    blog.aspose.com/cells/create-stockhighlowclose-...