Sort Score
Result 10 results
Languages All
Labels All
Results 3,581 - 3,590 of 17,395 for

columns

(0.2 sec)
  1. ابحث عن عنوان العمود|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....FileName = FilePath + "Get a column heading.xlsx" ; string worksheetName... and a cell name, gets the column of the cell and returns //...

    docs.aspose.com/cells/ar/net/get-a-column-heading/
  2. 在演示文稿中使用Python管理表格单元格|Aspose.Slides for Python 文档

    使用 Aspose.Slides for Python via .NET,轻松在 PowerPoint 和 OpenDocument 中管理表格单元格。快速掌握访问、修改和样式设置,实现无缝幻灯片自动化。...)): for column_index in range ( len ( table . columns )): cell...table . rows [ row_index ][ column_index ] if cell . is_merged_cell...

    docs.aspose.com/slides/zh/python-net/manage-cells/
  3. Trova il massimo numero di righe e colonne supp...

    Impara come trovare il massimo numero di righe e colonne supportate dai formati XLS e XLSX usando Aspose.Cells for C++....della console Maximum Rows and Columns supported by XLS format . Maximum...65536 Maximum Columns : 256 Maximum Rows and Columns supported by...

    docs.aspose.com/cells/it/go-cpp/find-maximum-ro...
  4. Wie man den eingefrorenen Zustand ohne Excel mi...

    In diesem Artikel erfahren Sie, wie Sie den eingefrorenen Zustand eines Excel Arbeitsblatts programmatisch mit Node.js und C++ Bibliothek überprüfen....FrozenSplit ) { let row , column , rows , columns ; // Gets locked rows...rows and columns. sheet . getFreezedPanes (). forEach (( value...

    docs.aspose.com/cells/de/nodejs-cpp/how-to-chec...
  5. Wrap Text in Excel using Java

    Wrap Text in Excel using Java with a few lines of code only. This article provides the IDE settings, steps, and code to apply wrap text in excel using Java....cell however, each row and column in a sheet has the style property...You can set the entire row/column wrap text flag to true for...

    kb.aspose.com/cells/java/wrap-text-in-excel-usi...
  6. TextColumnCollection Class | Aspose.Words för .NET

    Utforska Aspose.Words.TextColumnCollection för att enkelt hantera textkolumner i dina dokument. Förbättra din dokumentformatering med lätthet!...TextColumnCollection columns = builder . PageSetup . TextColumns ; columns . Spacing...100 ; columns . SetCount ( 2 ); builder . Writeln ( "Column 1."...

    reference.aspose.com/words/sv/net/aspose.words/...
  7. إظهار وإخفاء خطوط الشبكة ورؤوس الصف والعمود|Doc...

    تقدم هذه المقالة رمز عينة لاستخدام API من Aspose.Cells لـ Python via .NET لإخفاء أو إظهار خطوط الشبكة، رؤوس الصفوف والأعمدة لورقة عمل Excel برمجيًا....فئة is_row_column_headers_visible . is_row_column_headers_visible...خاصية الفئة Worksheet is_row_column_headers_visible إلى true ....

    docs.aspose.com/cells/ar/python-net/show-and-hi...
  8. Text in Spalten mit Aspose.Cells für C++ konver...

    Lernen Sie, wie Sie Text in Excel Dateien mit Aspose.Cells for C++ in Spalten umwandeln....0 ); // Add people name in column A. Fast name and Last name...' ); // Split the column A into two columns using TextToColumns()...

    docs.aspose.com/cells/de/cpp/convert-text-to-co...
  9. Преобразование текста в столбцы с помощью Aspos...

    Узнайте, как преобразовать текст в столбцы в файлах Excel с помощью Aspose.Cells for C++....0 ); // Add people name in column A. Fast name and Last name...' ); // Split the column A into two columns using TextToColumns()...

    docs.aspose.com/cells/ru/cpp/convert-text-to-co...
  10. ControlChar.PAGE_BREAK property | Aspose.Words ...

    ControlChar.PAGE_BREAK property. Page break character: \x000c or \f...new section, and then set its column count to two. doc . append_child...current_section . page_setup . text_columns . set_count ( 2 ) # We can...

    reference.aspose.com/words/python-net/aspose.wo...