Sort Score
Result 10 results
Languages All
Labels All
Results 7,191 - 7,200 of 19,024 for

rows

(0.74 sec)
  1. Image are not added to the document - Free Supp...

    Hello everyone, I need to add an image to a .xlsx file. An image in .png format with a size of 150x150 pixels I tried several methods, but without success: Method 1. According to the published documentation here Mo…...the first worksheet // Set the row height and column width to match...Cells.SetRowHeight(2, 150); // Row index is 2 for C2 worksheet.Cells...

    forum.aspose.com/t/image-are-not-added-to-the-d...
  2. Cambios en la API pública en Aspose.Cells 8.5.0...

    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....); //Set the row height of the 4th row //This row height will...//PasteOptions, we want to copy row heights of source range to destination...

    docs.aspose.com/cells/es/net/public-api-changes...
  3. Обнаружение пустых рабочих листов|Documentation

    Эта статья содержит код, объясняющий, как программно обнаруживать пустые листы Excel с помощью библиотеки Aspose.Cells для Python via .NET....max_data_row или Cells.max_data_column . Если...случае свойства Cells.max_data_row или Cells.max_data_column вернут...

    docs.aspose.com/cells/ru/python-net/detecting-e...
  4. Convert CSV to JSON|Documentation

    Convert CSV to JSON by using Aspose.Cells for Python via .NET API.... has_header_row : Indicates whether the range...range contains a header row. indent : Specifies the indentation....

    docs.aspose.com/cells/python-net/convert-csv-to...
  5. تغييرات الواجهة البرمجية العامة في Aspose.Cells...

    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 worksheet from which blank rows/columns have to be deleted Worksheet...( true ); //Delete all blank rows and columns cells . deleteBlankColumns...

    docs.aspose.com/cells/ar/java/public-api-change...
  6. تحديد الحد الأقصى لصفوف الصيغة المشتركة باستخدا...

    تعلم كيفية تحديد الحد الأقصى لصفوف الصيغ المشتركة باستخدام Aspose.Cells for Node.js via C++....Workbook (); // Set the max rows of shared formula to 5 wb ....Set the shared formula in 100 rows cell . setSharedFormula ( "=Sum(A1:A2)"...

    docs.aspose.com/cells/ar/nodejs-cpp/specify-max...
  7. แยกตารางจาก PDF โดยใช้ Java | Aspose.PDF

    แยกตารางจากไฟล์ PDF แบบโปรแกรมด้วยรหัสตัวอย่าง Java โดยใช้ Aspose.PDF สำหรับ Java...getTableList ()) { for ( AbsorbedRow row : table . getRowList ()) { for...for ( AbsorbedCell cell : row . getCellList ()) { StringBuilder...

    products.aspose.com/pdf/th/java/table/extract/
  8. Wyodrębnij tabele z pliku PDF za pomocą Java | ...

    Wyodrębnij tabele z pliku PDF programowo za pomocą przykładowego kodu Java przy użyciu pliku Aspose.PDF dla Java...getTableList ()) { for ( AbsorbedRow row : table . getRowList ()) { for...for ( AbsorbedCell cell : row . getCellList ()) { StringBuilder...

    products.aspose.com/pdf/pl/java/table/extract/
  9. حذف جداول از PDF با استفاده از C++ | Aspose.PDF

    جداول را از فایل PDF به صورت برنامه نویسی با کد نمونه C++ با استفاده از Aspose.PDF برای C++ حذف کنید...auto row : table -> get_RowList ()) { for ( auto cell : row ->...

    products.aspose.com/pdf/fa/cpp/table/remove/
  10. استخراج جداول از PDF با استفاده از C++ | Aspose...

    جداول را از فایل PDF به صورت برنامه نویسی با استفاده از کد نمونه C++ با استفاده از Aspose.PDF برای C++ استخراج کنید...auto row : table -> get_RowList ()) { for ( auto cell : row ->...

    products.aspose.com/pdf/fa/cpp/table/extract/