Sort Score
Result 10 results
Languages All
Labels All
Results 1,741 - 1,750 of 246,360 for

cells

(0.12 sec)
  1. Use Named Ranges|Documentation

    This article introduces the named ranges in GridDesktop....a worksheet to refer to the cells within those columns and rows...names to represent cells, ranges of cells, formulas, or constant...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  2. How to set RoundedRectangle corner radius? - Fr...

    @amjad.sahi, @Professionalize.Discourse, @John.He, @simon.zhao image.png (44.1 KB) Shape commentShape = worksheet.Shapes.AddAutoShape(AutoShapeType.RoundedRectangle, 0, 0, 0, 0, 0, 0); commentShape.Placement = P…...Total Product Family cells-net , aspose-cells imparthgalani July...Shapes will move and resize with cells. commentShape.X = 150; //Shape...

    forum.aspose.com/t/how-to-set-roundedrectangle-...
  3. Bookmark.first_column property | Aspose.Words f...

    Bookmark.first_column property. Gets the zero-based index of the first column of the table column range associated with the bookmark.... cells . count : # Print the contents...the bookmark. print ( row . cells [ bookmark . first_column ]...

    reference.aspose.com/words/python-net/aspose.wo...
  4. How to Manage Dates and Times|Documentation

    Learn how to manage Dates and Times through the Aspose.Cells for Python via .NET API....stored in cells as numbers. Thus, the values of cells that contain...(fractional part) components. The Cell.DoubleValue property returns...

    docs.aspose.com/cells/python-net/how-to-manage-...
  5. 行尾和文本换行|Documentation

    如何在JavaScript via C++中使用Aspose.Cells库实现文本换行和自动换行。通过使用Aspose.Cells库,你可以轻松在单元格中插入文本并设置换行方式,如手动换行、自动换行等。本文详细介绍如何实现这些功能,并提供示例代码供参考。...Cells.Style.isTextWrapped(boolean)...> < head > < title > Aspose.Cells Wrapping Text Example </ title...

    docs.aspose.com/cells/zh/javascript-cpp/line-br...
  6. Table Overview|Aspose.Words for .NET

    Work with tables and their components such as Cells, rows, columns in Aspose.Words for .NET. How to work with tables in C#....more about table structure, cells, rows, and columns supported...consists of such elements as Cell , Row and Column . These are...

    docs.aspose.com/words/net/table-overview/
  7. Page Setup Features with C++|Documentation

    Learn how to configure page setup features in Excel files using Aspose.Cells with C++....Cells provides a comprehensive set...#include <Aspose.Cells.h> using namespace Aspose :: Cells ; void SetPageMargins...

    docs.aspose.com/cells/cpp/page-setup-features/
  8. 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...
  9. 用C++指定工作簿的自定义数字小数点和组分隔符|Documentation

    通过使用Aspose.Cells for C++ API,在MS Excel中和用C++代码修改数字的十进制和分组分隔符。...Cells提供 WorkbookSettings.GetNumberDecimalSepa()... 使用Aspose.Cells指定自定义分隔符 下面的示例代码说明了如何使用Aspose.Cells API指定自定义分...

    docs.aspose.com/cells/zh/cpp/specify-custom-num...
  10. 在C++中插入或删除Excel工作表中的行|Documentation

    本文提供在Excel工作表中插入和删除行的C++代码。...Cells提供了两种插入和删除行的方法: Cells.InsertRows 和 Cells.DeleteRows...要插入或删除多行,我们建议始终使用 Cells.InsertRows 和 Cells.DeleteRows 方法,而不是在循环中使用 Cells.InsertRow...

    docs.aspose.com/cells/zh/cpp/insert-or-delete-r...