Sort Score
Result 10 results
Languages All
Labels All
Results 9,311 - 9,320 of 23,931 for

table

(0.36 sec)
  1. IMailMergeCallback Interface | Aspose.Words för...

    Optimera din dokumentkopplingsprocess med Aspose.Words.MailMerging.IMailMergeCallback. Få realtidsmeddelanden och effektivisera din dokumentautomation....DataTable table = new DataTable ( "Test" ); table . Columns ..."FirstName" ); table . Rows . Add ( "John" ); table . Rows . Add...

    reference.aspose.com/words/sv/net/aspose.words....
  2. MailMerge.MailMergeCallback | Aspose.Words för ...

    Optimera din dokumentkoppling med egenskapen MailMergeCallback. Hantera händelser enkelt för sömlös dokumentautomation och förbättrad effektivitet....DataTable table = new DataTable ( "Test" ); table . Columns ..."FirstName" ); table . Rows . Add ( "John" ); table . Rows . Add...

    reference.aspose.com/words/sv/net/aspose.words....
  3. Document.ExpandTableStylesToDirectFormatting | ...

    قم بتحويل أنماط الجدول إلى تنسيق مباشر باستخدام طريقة ExpandTableStylesToDirectFormatting، مما يعمل على تحسين مظهر مستندك بسهولة....DOCX أو WordprocessingML كـ table styles عند حفظ المستند بتنسيق...DocumentBuilder ( doc ); Table table = builder . StartTable ();...

    reference.aspose.com/words/ar/net/aspose.words/...
  4. اقرأ واكتب جدولًا بمصدر بيانات جدول الاستعلام ب...

    تعرف على كيفية قراءة وكتابة الجداول باستخدام QueryTable كمصدر بيانات باستخدام Aspose.Cells for C++....ListObject (Table) in the worksheet ListObject table = worksheet...source type if it is query table if ( table . GetDataSourceType ()...

    docs.aspose.com/cells/ar/cpp/read-and-write-tab...
  5. InlineStory.EnsureMinimum | Aspose.Words per .NET

    Ottimizza i tuoi contenuti con il metodo EnsureMinimum di InlineStory, che aggiunge un paragrafo se l'ultimo elemento figlio non lo è, migliorando così la leggibilità e la struttura.... Table table = new Table ( doc ); table . EnsureMinimum...footnote . Tables . Count ); footnote . AppendChild ( table ); Assert...

    reference.aspose.com/words/it/net/aspose.words/...
  6. Créer des tableaux croisés dynamiques et des gr...

    Comment ajouter des Tableaux croisés dynamiques et des graphiques croisés dynamiques avec Aspose.Cells pour Python via .NET.... Comment ajouter une table pivotante à l’aide de la bibliothèque...Cells for Python Pour créer une table pivotante à l’aide de Aspose...

    docs.aspose.com/cells/fr/python-net/create-pivo...
  7. 記録

    記録... Table() クラスを使用して新しいテーブルを作成します。 AppendChild()...を追加します。 Row クラスのオブジェクトを作成し、Table.AppendChild(Row) メソッドを使用してテーブルに挿入します。...

    blog.aspose.com/ja/words/create-table-in-word-u...
  8. Форматирование стола в C#|Aspose.Words для .NET

    Форматирование таблицы в деталях с использованием C#. Использовать C# форматировать каждую часть таблицы.... Вы можете использовать Table , RowFormat , и CellFormat Узлы...соответствующей Table Узел, использующий Table , PreferredWidth...

    docs.aspose.com/words/ru/net/applying-formatting/
  9. Estrai una tabella da PDF a Excel usando C#

    Segui questo articolo per estrarre una tabella da PDF a Excel usando C#. Include dettagli su come impostare l'IDE per utilizzare Aspose.PDF e Aspose.Cells nello stesso progetto, un elenco di passaggi e un esempio di codice per estrarre la tabella da PDF a Excel....describes how to extract a table from PDF to Excel using C#....a sample code to obtain the table from PDF to Excel using C#....

    kb.aspose.com/it/total/net/extract-a-table-from...
  10. CellFormat.LeftPadding | Aspose.Words per .NET

    Scopri la proprietà CellFormat LeftPadding per regolare facilmente la spaziatura a sinistra in punti, migliorando l'aspetto e la leggibilità del contenuto delle tue celle....DocumentBuilder ( doc ); Table table = builder . StartTable ();...Assert . AreEqual ( 0.0d , table . FirstRow . Cells [ 0 ]. CellFormat...

    reference.aspose.com/words/it/net/aspose.words....