Sort Score
Result 10 results
Languages All
Labels All
Results 2,161 - 2,170 of 18,688 for

rows

(0.31 sec)
  1. Product Overview|Aspose.Slides for Python Docum...

    Aspose.Slides for Python via .NET lets you create, edit and convert PowerPoint (PPT, PPTX) and OpenDocument (ODP) presentations without Microsoft Office....columns and rows. Adding and deleting columns and rows. Setting...

    docs.aspose.com/slides/python-net/product-overv...
  2. Aspose.Cells Java for Apache POI SS - HSSF and ...

    Why not Apache POI SS - HSSF and XSSF....Print Area Working with Cells, Rows and Columns in Apache POI and...and Aspose.Cells Auto Fit Row and Column Cell Alignment Settings...

    docs.aspose.com/cells/java/aspose-cells-java-fo...
  3. Setting Font overrides childrens' bolding and f...

    If you have a TextFragment and you set the Font for that fragment, then any Bold or FontSize set by child TextSegments will be ignored. The work around here would be to set the Font on each Segment, but that is sub-optim…...add 10 rows for (int row_count = 1; row_count < 10; row_count++)...{ // add row to table Aspose.Pdf.Row row = table.Rows.Add(); //...

    forum.aspose.com/t/setting-font-overrides-child...
  4. CellFormat.width property | Aspose.Words for No...

    CellFormat.width property. Gets the width of the cell in points.... Cells in other rows may have conflicting width settings...// will apply them to every row and cell that we add with it...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. How to set whole sheet's border to full border?...

    how to set whole sheet’s border to full border?(means vertically and horizentally) I think AI is enough to help me, but I cannt find where to chat....---------- for (int row = 0; row < 6; row++) for (int col = 0;...col++) sheet.Cells[row, col].PutValue($"R{row + 1}C{col + 1}");...

    forum.aspose.com/t/how-to-set-whole-sheets-bord...
  6. Accessing Cells of a Worksheet|Documentation

    This article shows how to get the maximum display range of a worksheet and access cells through the Aspose.Cells for .NET API....whole worksheet as a sequence of rows and columns. Before we try to...the cell name. Using a cell’s row and column index. Using a cell...

    docs.aspose.com/cells/net/accessing-cells-of-a-...
  7. Manage Worksheets of Microsoft Excel files.|Doc...

    This article shows how to manage worksheets of Microsoft Excel files by the Aspose.Cells for Python via .NET API....are positioned at the desired row and column indices, use the Aspose...Cells.Worksheet.first_visible_row and Aspose.Cells.Worksheet.first_visible_column...

    docs.aspose.com/cells/python-net/manage-workshe...
  8. HtmlSaveOptions.tableWidthOutputMode property |...

    HtmlSaveOptions.tableWidthOutputMode property. Controls how table, row and cell widths are exported to HTML, MHTML or EPUB...property Controls how table, row and cell widths are exported...Remarks In the HTML format, table, row and cell elements ( <table> ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. HtmlSaveOptions.table_width_output_mode propert...

    HtmlSaveOptions.table_width_output_mode property. Controls how table, row and cell widths are exported to HTML, MHTML or EPUB...property Controls how table, row and cell widths are exported...Remarks In the HTML format, table, row and cell elements ( <table> ...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 在现有PDF中操作表格|Aspose.PDF for .NET

    学习如何使用Aspose.PDF for .NET处理现有PDF中的表格,提供文档修改的灵活性。...All , 1F ); Row row = newTable . Rows . Add (); row . Cells . Add...( "Col 1" ); row . Cells . Add ( "Col 2" ); row . Cells . Add...

    docs.aspose.com/pdf/zh/net/manipulate-tables-in...