Sort Score
Result 10 results
Languages All
Labels All
Results 541 - 550 of 19,489 for

rows

(0.15 sec)
  1. GridJS – Sheet protection blocks cell editing (...

    We have identified an inconsistency in how Aspose.Cells GridJS handles sheet protection (<sheetProtection>) compared to Microsoft Excel. In our example when a worksheet contains a <sheetProtection> element in its XML de…...editing of cells in rows 1 to 32. Rows below row 32 are completely...the editable and non-editable rows. Steps to Reproduce Open the...

    forum.aspose.com/t/gridjs-sheet-protection-bloc...
  2. Table recognition|Documentation

    Extracting and recognizing table cells from images, web links, scanned PDFs, DjVu files, folders, archives and other content....you can retrieve the table’s row and column structure using the...extract text from table and get rows and columns structure: # Instantiate...

    docs.aspose.com/ocr/python-net/table-recognition/
  3. Document.MailMerge | Aspose.Words for .NET

    Unlock seamless document automation with the MailMerge object, enhancing your workflow by simplifying mail merge tasks effortlessly.... Rows . Add ( new object [] { "Thomas...Hanover Sq., London" }); table . Rows . Add ( new object [] { "Paolo...

    reference.aspose.com/words/net/aspose.words/doc...
  4. Excel to HTML Export: Fixed panes partially cov...

    Hello Aspose Support Team, I found an issue when exporting Excel files containing fixed panes that span over several Rows and columns. In the generated HTML file, some fixed cells get covered after scrolling down. I…...panes that span over several rows and columns. In the generated...<div> layers for the top‑most rows and left‑most columns and assigns...

    forum.aspose.com/t/excel-to-html-export-fixed-p...
  5. Insert Hyperlinks into Excel or OpenOffice|Docu...

    How to insert hyperlinks into an Excel file with the Aspose.Cells library without MS Excel using Node.js via C++.... Number of rows, the number of rows in this hyperlink...added to. Number of rows, the number of rows in this hyperlink...

    docs.aspose.com/cells/nodejs-cpp/insert-hyperli...
  6. Create or Add Table In PDF using C#|Aspose.PDF ...

    Aspose.PDF for .NET is a library used to create, read, and edit PDF Tables. Check other advanced functions in this topic....classes named Table , Cell , and Row which provides functionality...table and set its columns and rows. Set table setting (we’ve set...

    docs.aspose.com/pdf/net/add-table-in-existing-p...
  7. RowFormat.HeadingFormat | Aspose.Words for .NET

    Discover the RowFormat HeadingFormat property, ensure your table headings repeat on every page for clarity and improved readability in multi-page documents....HeadingFormat property True if the row is repeated as a table heading...Shows how to build a table with rows that repeat on every page. Document...

    reference.aspose.com/words/net/aspose.words.tab...
  8. Row.FirstCell | Aspose.Words for .NET

    Discover the Row FirstCell property, effortlessly access the first cell in a row for streamlined data management and enhanced productivity....FirstCell Contents [ Hide ] Row.FirstCell property Returns the...the first Cell in the row. public Cell FirstCell { get ; } Examples...

    reference.aspose.com/words/net/aspose.words.tab...
  9. Row.AcceptEnd | Aspose.Words for .NET

    Discover the Row AcceptEnd method to enhance your visitor experience by seamlessly guiding them to the end of a row. Boost engagement today!...AcceptEnd Contents [ Hide ] Row.AcceptEnd method Accepts a visitor...for visiting the end of the row. public override VisitorAction...

    reference.aspose.com/words/net/aspose.words.tab...
  10. 在 Python 中向 PDF 添加表格|Aspose.PDF for Python via ...

    了解如何在 Python 中向现有 PDF 文档添加和配置表格。...add 10 rows for row_count in range ( 10 ): # Add row to table...table row = table . rows . add () # Add table cells row . cells ...

    docs.aspose.com/pdf/zh/python-net/adding-tables/