Sort Score
Result 10 results
Languages All
Labels All
Results 7,991 - 8,000 of 17,659 for

columns

(0.38 sec)
  1. Архивы

    Архивы...foreach (DataColumn column in dataTable.Columns) { builder.InsertCell();...InsertCell(); builder.Writeln(column.ColumnName); } builder.EndRow();...

    blog.aspose.com/ru/words/insert-datatable-in-wo...
  2. Архів

    Архів...foreach (DataColumn column in dataTable.Columns) { builder.InsertCell();...InsertCell(); builder.Writeln(column.ColumnName); } builder.EndRow();...

    blog.aspose.com/uk/words/insert-datatable-in-wo...
  3. Header alignment issue and need suggestion - Fr...

    Hello, I have below code and using which I am trying to add 3 headers but second and third header alignment is having issue. FYI - I tried by adjusting width but still facing same issue. Please have a look on attachme…...TopPadding = 2 ' ---------- Column 1 ---------- builder.InsertCell()...Write(doc.LableCol1) ' ---------- Column 2 ---------- builder.InsertCell()...

    forum.aspose.com/t/header-alignment-issue-and-n...
  4. 格式单元格|Documentation

    了解如何在Aspose.Cells for Python via .NET中格式化和样式单元格,包括数字格式、日期格式、字体样式和其他单元格样式选项。我们的指南将帮助你创建漂亮且专业的电子表格。...集合还提供一个 columns 集合。集合中的每个项目代表一个 Column 对象。类似于 Row 对象, Column 对象还提供了...

    docs.aspose.com/cells/zh/python-net/cells-forma...
  5. 格式单元格|Documentation

    学习如何在Aspose.Cells for .NET中格式化和设置单元格样式,包括数字格式化、日期格式化、字体样式和其他单元格样式选项。我们的指南将帮助您创建具有吸引力和专业外观的电子表格。...集合还提供一个 Columns 集合。集合中的每个项目代表一个 Column 对象。类似于 Row 对象, Column 对象还提供了...

    docs.aspose.com/cells/zh/net/cells-formatting/
  6. تغيير حجم الأشكال على شرائح العرض التقديمي|وثائ...

    قم بسهولة بإعادة تحجيم الأشكال على شرائح PowerPoint وOpenDocument باستخدام Aspose.Slides لـ Java — أتمتة تعديل تخطيط الشرائح وزيادة الإنتاجية....IColumn column = table . getColumns (). get_Item ( j ); column . setWidth...setWidth ( column . getWidth () * widthRatio ); } } } } presentation...

    docs.aspose.com/slides/ar/java/re-sizing-shapes...
  7. Redimensionner les formes sur les diapositives ...

    Redimensionnez facilement les formes sur les diapositives PowerPoint et OpenDocument avec Aspose.Slides pour .NET - automatisez les ajustements de mise en page des diapositives et améliorez la productivité....foreach ( IColumn column in table . Columns ) { column . Width *= widthRatio...

    docs.aspose.com/slides/fr/net/re-sizing-shapes-...
  8. Configuración de página y opciones de impresión...

    Configura la configuración de página y las opciones de impresión para controlar el proceso de impresión usando Aspose.Cells con C++....// Defining column numbers A & E as title columns pageSetup ....); // Allowing to print row/column headings pageSetup . SetPrintHeadings...

    docs.aspose.com/cells/es/cpp/page-setup-and-pri...
  9. Opciones de configuración de página e impresión...

    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....// Defining column numbers A & E as title columns pageSetup ....); // Allowing to print row/column headings pageSetup . setPrintHeadings...

    docs.aspose.com/cells/es/nodejs-cpp/page-setup-...
  10. Set Picture as Background Fill in the Chart wit...

    Learn how to set a picture as the background fill in a chart using Aspose.Cells for JavaScript via C++. Our guide will show you how to import and position the picture, adjust its size and color, and apply formatting options to enhance your chart's appearance....Cells Column Chart Example </ h1 > < p >...( AsposeCells . ChartType . Column , 1 , 1 , 25 , 10 ); const...

    docs.aspose.com/cells/javascript-cpp/set-pictur...