Sort Score
Result 10 results
Languages All
Labels All
Results 3,521 - 3,530 of 18,999 for

rows

(0.08 sec)
  1. CellCollection Class | Aspose.Words per .NET

    Scopri la classe Aspose.Words.Tables.CellCollection per un accesso semplice e tipizzato ai nodi Cell, migliorando l'efficienza e la manipolazione dei documenti....); RowCollection rows = tables [ i ]. Rows ; // Possiamo usare...AreEqual ( rows , rows . ToArray ()); Assert . AreNotSame ( rows , rows...

    reference.aspose.com/words/it/net/aspose.words....
  2. Cell.nextCell property | Aspose.Words for Node.js

    Cell.nextCell property. Gets the next [Cell](../) node....of a Row . If a StructuredDocumentTa node is found in a row instead...( let row = table . firstRow ; row != null ; row = row . nextRow...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Рабочее решение проблемы изменения размеров лис...

    Исправьте изменение размера OLE листа Excel в презентациях: два способа поддерживать согласованность рамок объектов — масштабировать рамку или лист — в форматах PPT и PPTX....) return image_data start_row , row_count = 0 , 10 start_column...в PowerPoint. last_row = start_row + row_count - 1 last_column...

    docs.aspose.com/slides/ru/python-net/working-so...
  4. 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...
  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. DocumentBuilder.Writeln | Aspose.Words per .NET

    Migliora i tuoi documenti senza sforzo con il metodo Writeln di DocumentBuilder inserisci testo e interruzioni di paragrafo senza problemi per una migliore leggibilità.... Write ( "Row 1, cell 1." ); builder . InsertCell...InsertCell (); builder . Write ( "Row 1, cell 2." ); builder . EndRow...

    reference.aspose.com/words/it/net/aspose.words/...
  7. DocumentBuilder.Writeln | Aspose.Words för .NET

    Förbättra dina dokument enkelt med DocumentBuilders Writeln-metod – infoga text och styckebrytningar sömlöst för förbättrad läsbarhet.... Write ( "Row 1, cell 1." ); builder . InsertCell...InsertCell (); builder . Write ( "Row 1, cell 2." ); builder . EndRow...

    reference.aspose.com/words/sv/net/aspose.words/...
  8. 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....
  9. Получить максимальный индекс столбца в строке и...

    Узнайте, как получить максимальный индекс столбца в строке и максимальный индекс строки в столбце через API Aspose.Cells for .NET...можете получить свойства Row.LastCell и Row.LastDataCell , а затем...наконец получить атрибут Cell.Row на ячейке. Aspose.Cells предоставляет...

    docs.aspose.com/cells/ru/net/get-max-index-in-r...
  10. 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-...