Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 21,309 for

worksheet

(0.03 sec)
  1. Grouping, Ungrouping Rows and Columns|Documenta...

    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....headings for sections in a worksheet, or you can use the symbols...Workbook class contains a Worksheets collection that allows access...

    docs.aspose.com/cells/cpp/grouping-ungrouping-r...
  2. Format Rows and Columns|Documentation

    Aspose.Cells for .NET can support change row height or column width, as well as apply formatting on rows or columns....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/adjusting-row-height-...
  3. Format Rows and Columns|Documentation

    Aspose.Cells for Python via .NET can support change row height or column width, as well as apply formatting on rows or columns....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/python-net/adjusting-row-...
  4. Create, Manipulate or Remove Scenarios from Wor...

    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....or Remove Scenarios from Worksheets Contents [ Hide ] Sometimes...creating a scenario, design a worksheet so that it contains at least...

    docs.aspose.com/cells/java/create-manipulate-or...
  5. 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/
  6. 使用C++统计工作表中的单元格数量|Documentation

    在本文中,你将学习如何使用Aspose.Cells的C++ API编程统计Excel工作表中的单元格数目。...// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...Print number of cells in the Worksheet std :: cout << "Number of...

    docs.aspose.com/cells/zh/cpp/count-number-of-ce...
  7. Managing Page Breaks in Php|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....Code $worksheets = $workbook -> getWorksheets (); $worksheet = $worksheets...$worksheets -> get ( 0 ); $h_page_breaks = $worksheet -> getHorizontalPageBre...

    docs.aspose.com/cells/java/managing-page-breaks...
  8. 用C++显示和隐藏行、列和滚动条|Documentation

    本文演示了如何使用C++语言和Aspose.Cells API以编程方式显示和隐藏Excel工作表的行和列。可以调整滚动条的可见性,并隐藏多行和多列。...类包含一个 Worksheets 集合,允许开发者访问Excel文件中的每个工作表。工作表由 Worksheet 类表示。...类表示。 Worksheet 类提供一个 Cells 集合,表示工作表中的所有单元格。 Cells 集合提供多种管理工作表中行或列的方法,这里简要介绍几种。...

    docs.aspose.com/cells/zh/cpp/show-and-hide-rows...
  9. Insert Hyperlinks into Excel or OpenOffice with...

    How to insert hyperlinks into Excel file with Aspose.Cells library without MS Excel using C++....access to each worksheet in the Excel file. A worksheet is represented...represented by the Worksheet class. The Worksheet class provides different...

    docs.aspose.com/cells/cpp/insert-hyperlinks-to-...
  10. 用C++隐藏和显示行列|Documentation

    学习如何使用Aspose.Cells和C++以编程方式隐藏和显示Excel文件中的行和列。...工作表由 Worksheet 类表示。 Worksheet 类提供了一个 Cells 集合,表示工作表中的所有单元格。...first worksheet in the Excel file Worksheet worksheet = workbook...

    docs.aspose.com/cells/zh/cpp/hiding-and-showing...