Sort Score
Result 10 results
Languages All
Labels All
Results 831 - 840 of 41,197 for

worksheet

(0.08 sec)
  1. Add Data in Cells|Documentation

    This article explains how to Add Data in Cells using Aspose.Cells for .NET APIs....access to each worksheet in the Excel file. A worksheet is represented...represented by the Worksheet class. The Worksheet class provides a...

    docs.aspose.com/cells/net/add-data-in-cells/
  2. Aspose::Cells::Charts::SeriesCollection class |...

    Aspose::Cells::Charts::SeriesCollection class. Encapsulates a collection of Series objects in C++....workbook ; //Adding a new worksheet to the Excel object int sheetIndex...newly added worksheet by passing its sheet index Worksheet worksheet...

    reference.aspose.com/cells/cpp/aspose.cells.cha...
  3. TrendlineCollection class | Aspose.Cells for Py...

    TrendlineCollection class TrendlineCollection class Represents a collection of all the Trendline objects for the spec......Workbook () # Adding a new worksheet to the Excel object sheetIndex...sheetIndex = workbook . worksheets . add () # Obtaining the reference...

    reference.aspose.com/cells/python-net/aspose.ce...
  4. Create and Format Table|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....Workbook class contains an Worksheets collection that allows access...access to each worksheet in an Excel file. A worksheet is represented...

    docs.aspose.com/cells/cpp/create-and-format-table/
  5. Aspose::Cells::Charts::ChartDataTable class | A...

    Aspose::Cells::Charts::ChartDataTable class. Represents a chart data table in C++....reference of the first worksheet Worksheet worksheet = workbook . GetWorksheets...sample value to "A1" cell worksheet . GetCells (). Get ( u "A1"...

    reference.aspose.com/cells/cpp/aspose.cells.cha...
  6. Picture.OriginalHeightCM | Aspose.Cells for .NE...

    Picture property. Gets the original height of picture in unit of centimeters...Workbook (); Worksheet worksheet = workbook . Worksheets [ 0 ]; //Adding...the worksheet. It is "B2" cell int imgIndex = worksheet . Pictures...

    reference.aspose.com/cells/net/aspose.cells.dra...
  7. Picture.OriginalWidthInch | Aspose.Cells for .N...

    Picture property. Gets the original width of picture in unit of inches...Workbook (); Worksheet worksheet = workbook . Worksheets [ 0 ]; //Adding...the worksheet. It is "B2" cell int imgIndex = worksheet . Pictures...

    reference.aspose.com/cells/net/aspose.cells.dra...
  8. Dollar sign invalid cell name - Free Support Fo...

    Hi, New to Aspose.cells I just discovered that cell = ws.Cells[adcell] cause “invalid cell name” error if adcell contains $ (like $B$24). To me this well known notation excel compatible should not cause an error. Am I w…...two ways to get specific worksheet cell. e.g. Sample code: //Load...first worksheet Worksheet worksheet = workbook.Worksheets[0]; //Get...

    forum.aspose.com/t/dollar-sign-invalid-cell-nam...
  9. Auto Fit Row and Column|Documentation

    Learn how to Autofit Row and Column through the Aspose.Cells for Java API....height of a row is to call the Worksheet.autoFitRow method. The autoFitRow...first worksheet in the Excel file Worksheet worksheet = workbook...

    docs.aspose.com/cells/java/auto-fit-row-and-col...
  10. SeriesCollection | Aspose.Cells for .NET API 参考

    封装了一个集合Series./series对象.... Worksheets . Add (); //通过传入工作表的索引来获取新添加的工作表的引用...//通过传入工作表的索引来获取新添加的工作表的引用 Worksheet worksheet = workbook . Worksheets [ sheetIndex...

    reference.aspose.com/cells/zh/net/aspose.cells....