Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 19,316 for

rows

(0.12 sec)
  1. Apply Shading to Alternate Rows and Columns wit...

    How to use the Aspose.Cells library in C++ to apply conditional formatting shadows for alternating Rows and columns. By adjusting these criteria, you have more control over how cells look and appear....Apply Shading to Alternate Rows and Columns with Conditional...to apply shading to alternate rows & columns with the help of conditional...

    docs.aspose.com/cells/cpp/apply-shading-to-alte...
  2. Rows are moved to the next page when converting...

    Hello Aspose Team, Is this issue resolved? We are also facing the same issue with the Docx to PDF conversion in landscape mode. Regards, Shashishekar B S...Rows are moved to the next page when converting DOCX to PDF Aspose...mode. Regards, Shashishekar B S Rows moved to the next page when...

    forum.aspose.com/t/rows-are-moved-to-the-next-p...
  3. Change Data Source of the Chart to Destination ...

    Learn how to change the data source of a chart to a destination worksheet while copying Rows or a range in Aspose.Cells for C++. Our guide will show you how to update the chart's data range and link it to the destination worksheet, ensuring that the copied Rows or range are accurately reflected in the chart....Destination Worksheet while Copying Rows or Range with Golang via C++...Usage Scenarios When you copy rows or a range that contains charts...

    docs.aspose.com/cells/go-cpp/change-data-source...
  4. Apply Shading to Alternate Rows and Columns wit...

    How to use the Aspose.Cells library in C++ to apply conditional formatting shadows for alternating Rows and columns. By adjusting these criteria, you have more control over how cells look and appear....Apply Shading to Alternate Rows and Columns with Conditional...to apply shading to alternate rows & columns with the help of conditional...

    docs.aspose.com/cells/go-cpp/apply-shading-to-a...
  5. Change Data Source of the Chart to Destination ...

    Learn how to change the data source of a chart to a destination worksheet while copying Rows or a range in Aspose.Cells for Node.js via C++. This guide demonstrates how to update the chart's data range and link it to the destination worksheet....Destination Worksheet while Copying Rows or Range with Node.js via C++...Usage Scenarios When you copy rows or a range that contains charts...

    docs.aspose.com/cells/nodejs-cpp/change-data-so...
  6. Rows moved to the next page when converting DOC...

    Hi, When converting a DOCX to PDF using Aspose.Words. I noticed the last row of a page was moved to the beginning of the next page, causing messed up layout and extra pages. Code: var document = new Document(@".\test…...Rows moved to the next page when converting DOCX to PDF Aspose...Aspose.Words. I noticed the last row of a page was moved to the beginning...

    forum.aspose.com/t/rows-moved-to-the-next-page-...
  7. Propagate Formula in Table or List Object Autom...

    Learn how to automatically propagate formulas in tables or list objects while entering data in new Rows using Aspose.Cells for Node.js via C++....Automatically While Entering Data in New Rows with Node.js via C++ Contents...automatically propagate to new rows while entering new data. This...

    docs.aspose.com/cells/nodejs-cpp/propagate-form...
  8. Propagate Formula in Table or List Object Autom...

    Learn how to automatically propagate formulas in tables or list objects while entering data in new Rows using Aspose.Cells for JavaScript via C++....Automatically While Entering Data in New Rows with JavaScript via C++ Contents...automatically propagate to new rows while entering new data. This...

    docs.aspose.com/cells/javascript-cpp/propagate-...
  9. Incorrect Decimal Separator in CSS for Fixed Ro...

    Hello, when exporting XLSX files with fixed Rows to HTML, the generated CSS uses a comma as the decimal separator (e.g., top:13,25pt) instead of a dot, which is invalid in CSS. System Language is German. CultureInfo o…...Decimal Separator in CSS for Fixed Rows When Exporting XLSX to HTML...exporting XLSX files with fixed rows to HTML, the generated CSS uses...

    forum.aspose.com/t/incorrect-decimal-separator-...
  10. Prevent table header rows from repeating in lar...

    Hello, I am attempting to stop long HTML tables from repeating headers if the spill to many pages. This is successful for both HTML and PDF output, as with the code below. However, when the document is very big (700+ …...Prevent table header rows from repeating in large PDF files Aspose...foreach (var row in table.Rows.Cast<Row>()) { row.RowFormat.HeadingFormat...

    forum.aspose.com/t/prevent-table-header-rows-fr...