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

columns

(0.06 sec)
  1. 查找XLS和XLSX格式支持的最大行数和列数|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....示例代码 控制台输出 Maximum Rows and Columns supported by XLS format . Maximum...65536 Maximum Columns : 256 Maximum Rows and Columns supported by...

    docs.aspose.com/cells/zh/net/find-maximum-rows-...
  2. Use LightCells API build xls ,throw Exception O...

    using Aspose.Cells; namespace ConsoleApp17 { public class WriteUsingLightCellsAPI { public static void Run() { // The path to the documents directory. var fileName = $“F:\temp\{DateTime.Now:yyyyMMHHmmss}.xls”; …...int _row = -1; private int _column = -1; private int maxRows;...++_column; if (_column < this.maxColumns) return _column; else...

    forum.aspose.com/t/use-lightcells-api-build-xls...
  3. DocumentBuilder.move_to_cell method | Aspose.Wo...

    DocumentBuilder.move_to_cell method. Moves the cursor to a table cell in the current section....move_to_cell(table_index, row_index, column_index, character_index) Moves...table_index : int , row_index : int , column_index : int , character_index...

    reference.aspose.com/words/python-net/aspose.wo...
  4. TextColumnCollection Class | Aspose.Words لـ .NET

    استكشف Aspose.Words.TextColumnCollection لإدارة أعمدة النص في مستنداتك بسهولة. حسّن تنسيق مستنداتك بسهولة!...TextColumnCollection columns = builder . PageSetup . TextColumns ; columns . Spacing...100 ; columns . SetCount ( 2 ); builder . Writeln ( "Column 1."...

    reference.aspose.com/words/ar/net/aspose.words/...
  5. Comment vérifier l’état figé sans Excel en util...

    Dans cet article, vous apprendrez comment vérifier l’état figé d’une feuille Excel de manière programmatique en utilisant Node.js avec la bibliothèque C++....FrozenSplit ) { let row , column , rows , columns ; // Gets locked rows...rows and columns. sheet . getFreezedPanes (). forEach (( value...

    docs.aspose.com/cells/fr/nodejs-cpp/how-to-chec...
  6. 行内の最大列インデックスと列内の最大行インデックスの取得|Documentation

    C++を通じてAspose.Cells for JavaScriptを使い、行の最大列インデックスと列の最大行インデックスを取得する方法を学びます。...column メソッドを使って最大列インデックスと最大データ列イン...lastCell Row.lastDataCell Cell.column Cell.row 行の最大列インデックスと列の最大行インデックスを取得...

    docs.aspose.com/cells/ja/javascript-cpp/get-max...
  7. XLSおよびXLSXフォーマットでサポートされる最大行数と列数をC++で見つける|Docume...

    XLSとXLSXフォーマットでサポートされる最大行数と列数の見つけ方をAspose.Cells for C++を使って学ぶ。...cout << "Maximum Rows and Columns supported by XLS format." <<...Print the maximum rows and columns supported by XLS format. int...

    docs.aspose.com/cells/ja/cpp/find-maximum-rows-...
  8. TextColumnCollection.Width | Aspose.Words لـ .NET

    اكتشف خاصية عرض مجموعة أعمدة النص. أدر بسهولة الأعمدة المتساوية المسافات لتحقيق تخطيط وتصميم مثاليين لمشاريعك....TextColumnCollection columns = builder . PageSetup . TextColumns ; columns . Spacing...100 ; columns . SetCount ( 2 ); builder . Writeln ( "Column 1."...

    reference.aspose.com/words/ar/net/aspose.words/...
  9. C++ kullanarak yeni satırlara veri girerken tab...

    Aspose.Cells for C++ kullanarak yeni veri girerken tablolar veya liste nesnelerinde formülleri otomatik olarak yaygınlaştırmayı öğrenin.... Get ( 0 ); // Add column headings in cell A1 and B1...Get ( 0 , 0 ). PutValue ( u "Column A" ); sheet . GetCells ()....

    docs.aspose.com/cells/tr/cpp/propagate-formula-...
  10. Wrap Text in Excel using Node.js

    Wrap text in Excel using Node.js. Learn the environment settings, steps to write the application and get running code to apply wrap text in Excel using Node.js....wrapping text in an entire row or column. Steps to Apply Wrap Text in...auto-wrap text in a complete row or column using the style property of...

    kb.aspose.com/cells/nodejs/wrap-text-in-excel-u...