Sort Score
Result 10 results
Languages All
Labels All
Results 9,131 - 9,140 of 30,475 for

worksheet

(0.22 sec)
  1. 在列中使用验证|Documentation

    本文介绍如何在GridDesktop的列中使用验证。...//Accessing first worksheet of the Grid Worksheet sheet = gridDesktop1...gridDesktop1 . Worksheets [ 0 ]; //Accessing the Validation object...

    docs.aspose.com/cells/zh/net/aspose-cells-gridd...
  2. Crear, Eliminar y Obtener Comentarios de la Cel...

    Este artículo introduce cómo trabajar con comentarios en GridWeb.... //Access first worksheet of GridWeb GridWorksheet sheet...sheet = GridWeb1 . WorkSheets [ 0 ]; //Access cell B4 GridCell...

    docs.aspose.com/cells/es/net/aspose-cells-gridw...
  3. Как масштабировать лист с помощью Python.NET|Do...

    В этой статье объясняется, как масштабировать лист с помощью Aspose.Cells для Python.NET....the first worksheet sheet = workbook . worksheets [ 0 ] # Access...sheet . page_setup # Set the worksheet to fit to 1 page wide and...

    docs.aspose.com/cells/ru/python-net/how-to-scal...
  4. Ajustar la altura de la fila y el ancho de la c...

    Utilice Python Excel API para crear archivos de Excel en Python. Ajuste la altura de fila y el ancho de columna en XLSX o XLS en sus aplicaciones Python sin MS Office....Accessing the first worksheet in the Excel file worksheet = workbook ...getWorksheets () . get ( 0 ) cells = worksheet . getCells () \ # Setting...

    docs.aspose.com/cells/es/java/adjusting-row-hei...
  5. Regolazione dell altezza delle righe e della la...

    Usa Python Excel API per creare file Excel in Python. Regola l altezza della riga e la larghezza della colonna in XLSX o XLS nelle tue applicazioni Python senza MS Office....Accessing the first worksheet in the Excel file worksheet = workbook ...getWorksheets () . get ( 0 ) cells = worksheet . getCells () \ # Setting...

    docs.aspose.com/cells/it/java/adjusting-row-hei...
  6. Arbeitsblatt in SVG konvertieren in Ruby|Docume...

    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....rufen Sie einfach die Methode worksheet_to_svg() des Converter-Moduls...def worksheet_to_svg ( workbook ) # Convert each worksheet into...

    docs.aspose.com/cells/de/java/converting-worksh...
  7. Contar el número de celdas en la hoja de cálcul...

    Aprende a contar programáticamente el número de celdas en una hoja de cálculo de Excel usando Aspose.Cells for Node.js via C++....); // Access first worksheet const worksheet = workbook . getWorksheets...Print number of cells in the Worksheet console . log ( "Number of...

    docs.aspose.com/cells/es/nodejs-cpp/count-numbe...
  8. Установить область печати|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 Workbook file WorksheetCollection...WorksheetCollection worksheets = workbook . getWorksheets (); Worksheet sheet...

    docs.aspose.com/cells/ru/java/set-print-area/
  9. 在 Aspose.Cells 中设置工作表标签颜色|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....the first worksheet in the book Worksheet worksheet = workbook...workbook . Worksheets [ 0 ]; //Set the tab color worksheet . TabColor...

    docs.aspose.com/cells/zh/net/set-worksheet-tab-...
  10. Ange utskriftsområde|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 Workbook file WorksheetCollection...WorksheetCollection worksheets = workbook . getWorksheets (); Worksheet sheet...

    docs.aspose.com/cells/sv/java/set-print-area/