Sort Score
Result 10 results
Languages All
Labels All
Results 3,141 - 3,150 of 21,302 for

worksheet

(0.04 sec)
  1. GridDesktop: mouse wheel scrolling adds rows, d...

    See attached sample: start it, click the button, and a new Aspose.Cells workbook is created and shown in GridDesktop in readonly mode. GridDesktopTest.zip (5.2 KB) Problem 1: Switch to “Sheet 1”, then use the mouse wh…...to “Sheet 1”, and in the worksheet tab bar, do a right click...you can right-click on a worksheet tab and select “Delete,” even...

    forum.aspose.com/t/griddesktop-mouse-wheel-scro...
  2. Protect Rows and Columns|Documentation

    This article introduces how to protect rows and columns in GridWeb....protecting rows and columns in a worksheet is to make the cells read...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  3. Add or Remove Context Menu Items in GridWeb|Doc...

    This article introduces how to add or remove context menu items in GridWeb....cell A1 of active GridWeb worksheet and sets the first column...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  4. Conversion|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 Converting Worksheet...

    docs.aspose.com/cells/net/conversion/
  5. Working with External Data Connection of type W...

    Learn how to work with WebQuery data connection in Microsoft Excel using Aspose.Cells with C++....and Writing Query Table of Worksheet with C++...

    docs.aspose.com/cells/cpp/working-with-external...
  6. How and Where to Use Enumerators with C++|Docum...

    Learn how to How and Where to Use Enumerators through the Aspose.Cells for C++ API....traverse all cells in a given Worksheet to read their values. There...Cells collection of first worksheet Cells cells = book . GetWorksheets...

    docs.aspose.com/cells/cpp/how-and-where-to-use-...
  7. 使用 Node.js 和 C++ 将Excel转换为高分辨率图像|Documentation

    学习如何使用Aspose.Cells for Node.js via C++将Excel文件转换为高分辨率图片。... Png ); // Get the worksheet const sheet = workbook . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-exc...
  8. Transfer Excel Range formatting to word Table f...

    https://forum.aspose.com/t/transfer-excel-range-formatting-to-word-table-formatting/308267/9 请回复一下我发的信息...the printable area for the worksheet in MS Excel manually and then...Cells.Range range = workbook.Worksheets.Names[RangeName].GetRange();...

    forum.aspose.com/t/transfer-excel-range-formatt...
  9. 用 C++ 取消冻结 Excel 工作表的行或列|Documentation

    在本文中,您将学习如何使用 Aspose.Cells for C++ API 以编程方式取消冻结 Excel 工作表的行、列或窗格。...调用 Worksheet.UnFreezePanes 方法取消冻结窗格。 构建一个...构建一个 Workbook 对象以打开冻结的文件。 使用 Worksheet.UnFreezePanes() 方法取消冻结窗格。...

    docs.aspose.com/cells/zh/cpp/unfreeze-rows-or-c...
  10. 在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....copy_worksheet 方法。以下是代码示例。 PHP 代码 # Create a Worksheets object...-> save ( $dataDir . "Copy Worksheet.xls" ); 在工作簿内移动工作表 使用 PHP中的Aspose...

    docs.aspose.com/cells/zh/java/copying-and-movin...