Sort Score
Result 10 results
Languages All
Labels All
Results 3,501 - 3,510 of 19,031 for

rows

(0.22 sec)
  1. Funktionsfähige Lösung für die Größenanpassung ...

    Behebt die OLE-Größenanpassung von Excel-Arbeitsblättern in Präsentationen: zwei Möglichkeiten, Objekt-Frames konsistent zu halten – den Frame oder das Blatt skalieren – für PPT- und PPTX-Formate....) return image_data start_row , row_count = 0 , 10 start_column...verwendet wird. last_row = start_row + row_count - 1 last_column...

    docs.aspose.com/slides/de/python-net/working-so...
  2. MailMergerContext.SetRegionsDataSource | Aspose...

    Migliora l'efficienza della tua operazione di stampa unione con il metodo MailMergerContext SetRegionsDataSource per impostare senza problemi l'origine dati per le regioni.... Rows . Add ( new object [] { "John"..."John" , "Doe" }); dataTable . Rows . Add ( new object [] { "" ...

    reference.aspose.com/words/it/net/aspose.words....
  3. أرشيف

    أرشيف...write("Header Row,\n Cell 1"); // لا نحتاج إلى...insertCell(); builder.write("Header Row,\n Cell 2"); builder.insertCell();...

    blog.aspose.com/ar/words/create-table-in-word-j...
  4. Table Class | Aspose.Words لـ .NET

    اكتشف فئة Aspose.Words.Tables.Table لإنشاء الجداول وإدارتها بسهولة في مستندات Word، مما يعزز تخطيط مستندك ووظائفه.... FirstRow { get; } يعيد أول Row عقدة في الجدول. HasChildNodes...للعقدة. LastRow { get; } يعيد آخر Row عقدة في الجدول. LeftIndent {...

    reference.aspose.com/words/ar/net/aspose.words....
  5. Aspose::Words::DocumentBuilder::InsertCell meth...

    Aspose::Words::DocumentBuilder::InsertCell method. Inserts a table cell into the document in C++....the same row, call InsertCell again. To end a table row call EndRow...// will apply them to every row and cell that we add with it...

    reference.aspose.com/words/cpp/aspose.words/doc...
  6. Excel olmadan C++ ile Dondurulmuş Durumu Nasıl ...

    Bu makalede, Aspose.Cells API ile C++ kullanarak bir Excel çalışma sayfasının dondurma durumunu programlı olarak nasıl kontrol edeceğinizi öğreneceksiniz....) { int32_t row = 0 , column = 0 ; int32_t rows = 0 , columns...locked rows and columns sheet . GetFreezedPanes ( row , column...

    docs.aspose.com/cells/tr/cpp/how-to-check-froze...
  7. Ajuster les lignes et les colonnes automatiquem...

    Apprenez comment ajuster automatiquement les lignes et les colonnes via l API Aspose.Cells for Python Via Java.... Code Python def autofit_row ( self ): \ # Instantiating a...0 ) \ # Auto-fitting the 3rd row of the worksheet worksheet ....

    docs.aspose.com/cells/fr/java/autofit-rows-and-...
  8. 在 Apache POI 和 Aspose.Cells 中创建不同的 Cell 类型|Docu...

    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....sheet" ); Row row = sheet . createRow (( short ) 2 ); row . createCell...0 ). setCellValue ( 1 . 1 ); row . createCell ( 1 ). setCellValue...

    docs.aspose.com/cells/zh/java/create-different-...
  9. ضبط تناسب الصفوف والأعمدة في Ruby|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.... كود Ruby def autofit_row () data_dir = File . dirname...( 0 ) # Auto-fitting the 3rd row of the worksheet worksheet ....

    docs.aspose.com/cells/ar/java/autofit-rows-and-...
  10. Verwalten von Präsentationstabellen in .NET|Asp...

    Erstellen und Bearbeiten von Tabellen in PowerPoint-Folien mit Aspose.Slides für .NET. Entdecken Sie einfache C#-Beispiele, um Ihre Tabellen-Workflows zu optimieren....for ( int row = 0 ; row < tbl . Rows . Count ; row ++) { for...tbl . Rows [ row ]. Count ; cell ++) { tbl . Rows [ row ][ cell...

    docs.aspose.com/slides/de/net/manage-table/