Sort Score
Result 10 results
Languages All
Labels All
Results 8,801 - 8,810 of 22,298 for

worksheet

(0.18 sec)
  1. Hitta om kalkylbladet är ett dialogark med Node...

    Den här artikeln ger instruktioner och exempel på kod för att programmässigt avgöra om ett Excel kalkylblad är ett Dialogark med Aspose.Cells for Node.js via C++....typ av blad med egenskapen Worksheet.getType() som tillhandahålls...Den kontrollerar egenskapen Worksheet.getType() , jämför den med...

    docs.aspose.com/cells/sv/nodejs-cpp/find-if-the...
  2. Exportar hoja de cálculo o gráfico a imagen con...

    Usa Aspose.Cells para exportar hoja de cálculo o gráfico a imagen con el ancho y el alto deseados en C++....// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...into image SheetRender sr ( worksheet , opts ); sr . ToImage ( 0...

    docs.aspose.com/cells/es/cpp/export-worksheet-o...
  3. البحث عما إذا كانت ورقة العمل عبارة عن ورقة حوا...

    تقدم هذه المقالة تعليمات ورمزًا نماذجياً لتحديد برمجياً ما إذا كانت ورقة عمل إكسل هي ورقة حوار باستخدام Aspose.Cells for Node.js via C++....من الأوراق باستخدام خاصية Worksheet.getType() المقدمة من Aspose...على ورقة حوار. يفحص الخاصية Worksheet.getType() ، يقارنها مع SheetType...

    docs.aspose.com/cells/ar/nodejs-cpp/find-if-the...
  4. تغيير لون علامة التبويب للورقة باستخدام ++C|Doc...

    يعرض هذا المقال شفرة عينة لضبط لون علامة تبويب ورقة العمل في إكسل برمجياً باستخدام API أو المكتبة C++....the first worksheet in the book Worksheet worksheet = workbook...Set the tab color to red worksheet . SetTabColor ( Color :: Red...

    docs.aspose.com/cells/ar/cpp/set-worksheet-tab-...
  5. Fusionar Celdas|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....//Create a Worksheet and get the first sheet. Worksheet worksheet = wbk...the cells. Cells cells = worksheet . getCells (); //Merge some...

    docs.aspose.com/cells/es/java/merge-cells/
  6. Uso de la función FormulaText en Aspose.Cells c...

    Este artículo introduce cómo utilizar la función FormulaText en la librería Aspose.Cells para procesar fórmulas en Microsoft Excel. Al cargar un archivo de Excel existente o crear uno nuevo, podemos utilizar el método proporcionado por Aspose.Cells para obtener y establecer el texto de la fórmula de la celda y obtener el resultado. Finalmente, guardamos el archivo de Excel modificado en el disco....// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...in cell A1 Cell cellA1 = worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/es/cpp/using-formulatext-...
  7. 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/ja/net/set-worksheet-tab-...
  8. Aspose.Cells 8.8.0でのパブリックAPIの変更|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....//Access first worksheet Worksheet worksheet = workbook . getWorksheets...//Auto fit the sheet columns worksheet . autoFitColumns (); //Save...

    docs.aspose.com/cells/ja/java/public-api-change...
  9. Modifiche dell API pubblica in Aspose.Cells 8.9...

    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 (); // Access first worksheet from collection var sheet...sheet = book . Worksheets [ 0 ]; // Add a Shape of type TextBox to...

    docs.aspose.com/cells/it/net/public-api-changes...
  10. Cómo cambiar el fondo en un comentario en Excel...

    Cómo cambiar el color en un comentario en Excel. Cómo insertar una imagen o foto en un comentario en Excel usando C++....book ( inputPath ); Worksheet worksheet = book . GetWorksheets...( 0 ); Comment comment = worksheet . GetComments (). Get ( 0...

    docs.aspose.com/cells/es/cpp/how-to-set-comment...