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

worksheet

(0.09 sec)
  1. 通过C++设置Excel和ODS文件的条件格式|Documentation

    如何在C++中对Excel和ODS文件应用条件格式。...first worksheet in the Excel file Worksheet worksheet = workbook...; // Iterate through all worksheets in the workbook for ( int...

    docs.aspose.com/cells/zh/cpp/conditional-format...
  2. How to Set Print Titles with JavaScript via C++...

    This article shows you how to set print titles using the Aspose.Cells library for JavaScript via C++.... When you print the worksheet, the specified rows or columns...print titles in a specified worksheet, first load the sample file...

    docs.aspose.com/cells/javascript-cpp/how-to-set...
  3. 使用 C++ 通过 JavaScript 保护和解除保护工作表|Documentation

    使用 C++ 通过 Aspose.Cells for JavaScript 保护和解除保护Excel文件的工作表。...Cells Protect Worksheet Example </ h1 > < input type...the first worksheet. const sheet = workbook . worksheets . get (...

    docs.aspose.com/cells/zh/javascript-cpp/protect...
  4. 使用字体|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.... Worksheets . Add (); Worksheet worksheet = workbook...workbook . Worksheets [ 0 ]; // Adding some value to cell Cell cell...

    docs.aspose.com/cells/zh/net/working-with-fonts/
  5. 用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...
  6. Working with Validations in Worksheets|Document...

    This article introduces how to work with validation in GridDesktop....Working with Validations in Worksheets Contents [ Hide ] Aspose...rules) to the cells of a worksheet. By applying validation rules...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  7. Get Cell Validation in ODS Files|Documentation

    Learn how to get cell validation in ODS files using the Aspose.Cells for JavaScript via C++ API....{ Workbook , SaveFormat , Worksheet , Cell , Utils } = AsposeCells...Accessing the first worksheet in the file const worksheet = workbook ...

    docs.aspose.com/cells/javascript-cpp/get-cell-v...
  8. 在Jython中保护工作表|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....Accessing the first worksheet in the Excel file worksheets = excel . getWorksheets...getWorksheets () worksheet = worksheets . get ( 0 ) protection...

    docs.aspose.com/cells/zh/java/protecting-worksh...
  9. Print Comments while saving to PDF with C++|Doc...

    Learn how to print comments while saving Excel files to PDF using Aspose.Cells for C++....// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...PrintCommentsType::PrintSheetEnd. */ worksheet . GetPageSetup (). SetPrintComments...

    docs.aspose.com/cells/cpp/print-comments-while-...
  10. 用C++获取ODS文件中的单元格验证|Documentation

    学习如何使用Aspose.Cells for C++ API获取ODS文件中的单元格验证。...Access first worksheet WorksheetCollection worksheets = workbook...GetWorksheets (); Worksheet worksheet = worksheets . Get ( 0 ); //...

    docs.aspose.com/cells/zh/cpp/get-cell-validatio...