Sort Score
Result 10 results
Languages All
Labels All
Results 2,311 - 2,320 of 19,492 for

rows

(0.18 sec)
  1. CustomAnswerSheet|Documentation

    CustomAnswerSheet element generates a numbered list of answers with full control over the layout and content of an answer....layout and content of answer rows and use WriteIn elements to...the answer sheet more compact. row_proportions array The content...

    docs.aspose.com/omr/net/json-markup/customanswe...
  2. MathObjectType | Aspose.Words for Java

    Specifies type of an Office Math object in Java....more rows and one or more columns. MATRIX_ROW Single row of the...one or more rows and one or more columns. MATRIX_ROW public static...

    reference.aspose.com/words/java/com.aspose.word...
  3. Is LightCellsDataProvider available in Cellsfor...

    I’m writing monstrous spreadsheets that are 200K x 350 columns wide. I need to write 4mm Rows over say 20 workbooks. I’m worried about memory. I was able to to create most of them using the standard aspose functions,…... I need to write 4mm rows over say 20 workbooks. I’m worried...True def next_row(self): # Logic to get the next row index return...

    forum.aspose.com/t/is-lightcellsdataprovider-av...
  4. Splitting Excel Files into Multiple Files|Docum...

    Aspose.Cells is a C++ library for working with spreadsheet files, which supports splitting a single Excel file into multiple files. This article will introduce how to split Excel files by copying each worksheet to a separate workbook and by copying specific cell ranges to other workbooks....range A1:C10 (10 rows, 3 columns starting at row 0, col 0) Range...worksheet. Related Articles Copying Rows and Columns Merging and Unmerging...

    docs.aspose.com/cells/cpp/splitting-excel-files...
  5. 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...
  6. Product Overview|Aspose.Slides for PHP Document...

    Aspose.Slides for PHP via Java 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/php-java/product-overview/
  7. Managing Ranges with JavaScript via C++|Documen...

    Learn how to manage ranges in Excel using Aspose.Cells for JavaScript via C++. Create ranges, set values, styles, and perform various operations....by any combination of blank rows and blank columns. It is read‑only...offset, entire column and entire row of the range Insert ranges Merge...

    docs.aspose.com/cells/javascript-cpp/managing-r...
  8. 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...
  9. 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...
  10. 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...