Sort Score
Result 10 results
Languages All
Labels All
Results 3,951 - 3,960 of 18,903 for

rows

(0.27 sec)
  1. استيراد من DataTable|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....Int32 )); //Creating an empty row in the DataTable object DataRow...NewRow (); //Adding data to the row dr [ 0 ] = 1 ; dr [ 1 ] = "Aniseed...

    docs.aspose.com/cells/ar/net/importing-from-dat...
  2. Importazione da DataTable|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....Int32 )); //Creating an empty row in the DataTable object DataRow...NewRow (); //Adding data to the row dr [ 0 ] = 1 ; dr [ 1 ] = "Aniseed...

    docs.aspose.com/cells/it/net/importing-from-dat...
  3. Aspose::Words::Shading::ClearFormatting method ...

    Aspose::Words::Shading::ClearFormatting method. Removes shading from the object in C++....// will apply them to every row and cell that we add with it...InsertCell (); builder -> Write ( u "Row 1, Col 1" ); builder -> InsertCell...

    reference.aspose.com/words/cpp/aspose.words/sha...
  4. Aspose::Words::Tables::CellFormat::get_WrapText...

    Aspose::Words::Tables::CellFormat::get_WrapText method. If true, wrap text for the cell in C++....// will apply them to every row and cell that we add with it...InsertCell (); builder -> Write ( u "Row 1, Col 1" ); builder -> InsertCell...

    reference.aspose.com/words/cpp/aspose.words.tab...
  5. Aspose::Words::Tables::CellFormat::get_FitText ...

    Aspose::Words::Tables::CellFormat::get_FitText method. If true, fits text in the cell, compressing each paragraph to the width of the cell in C++....// will apply them to every row and cell that we add with it...InsertCell (); builder -> Write ( u "Row 1, Col 1" ); builder -> InsertCell...

    reference.aspose.com/words/cpp/aspose.words.tab...
  6. Satır veya Sütun Ekleme veya Silme|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....= new FileStream ( MyDir + "Row and Column Operation.xls" , FileMode...Worksheets [ 0 ]; //Inserting a row into the worksheet at 3rd position...

    docs.aspose.com/cells/tr/net/insert-or-delete-r...
  7. PDF에 테이블 생성 또는 추가|Aspose.PDF for PHP via Java

    PDF 문서에 테이블을 생성하거나 추가하는 방법, 셀 스타일 적용, 페이지에서 테이블 나누기 및 행과 열 사용자 정의 등을 배우세요.... for ( $row_count = 1 ; $row_count < 10 ; $row_count ++ )...) { // 테이블에 행을 추가합니다. $row = $table -> getRows () -> add (); //...

    docs.aspose.com/pdf/ko/php-java/add-table-in-ex...
  8. Zeilen und Spalten in Jython kopieren|Documenta...

    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....RowsAndColumns ' # Copying Rows self . copy_rows () # Copying Columns...self . copy_columns () def copy_rows ( dataDir ): dataDir = Settings...

    docs.aspose.com/cells/de/java/copying-rows-and-...
  9. CellCollection Class | Aspose.Words لـ .NET

    اكتشف فئة Aspose.Words.Tables.CellCollection للوصول بسهولة إلى عقد Cell، مما يعزز معالجة المستندات وكفاءتها....); RowCollection rows = tables [ i ]. Rows ; // يمكننا استخدام...AreEqual ( rows , rows . ToArray ()); Assert . AreNotSame ( rows , rows...

    reference.aspose.com/words/ar/net/aspose.words....
  10. CellFormat.FitText | Aspose.Words لـ .NET

    اكتشف خاصية CellFormat FitText، وقم بضغط النص بسهولة ليتناسب مع عرض الخلية، مما يعزز قابلية القراءة والعرض في جداول البيانات الخاصة بك.... Write ( "Row 1, Col 1" ); builder . InsertCell...InsertCell (); builder . Write ( "Row 1, Col 2" ); builder . EndRow...

    reference.aspose.com/words/ar/net/aspose.words....