Sort Score
Result 10 results
Languages All
Labels All
Results 3,491 - 3,500 of 246,373 for

cells

(0.28 sec)
  1. Aspose::Words::Tables::CellFormat::get_TopPaddi...

    Aspose::Words::Tables::CellFormat::get_TopPadding method. Returns or sets the amount of space (in points) to add above the contents of cell in C++....to add above the contents of cell. double Aspose :: Words :: Tables...Examples Shows how to format cells with a document builder. auto...

    reference.aspose.com/words/cpp/aspose.words.tab...
  2. DocumentBuilder.ParagraphFormat | Aspose.Words ...

    Explore the DocumentBuilder's ParagraphFormat property to access and customize essential paragraph formatting features for enhanced document styling....current cell/row its cursor is in, // as well as any new cells and...builder . Write ( "Header Row,\n Cell 1" ); builder . InsertCell ();...

    reference.aspose.com/words/net/aspose.words/doc...
  3. Creating Subtotals|Documentation

    Learn how to create subtotals for any repeating values in a spreadsheet by using the Aspose.Cells for .NET API....Cells provides API features that help...file as Book1.xls. Select any cell within your list. From the Data...

    docs.aspose.com/cells/net/creating-subtotals/
  4. Create Pivot Table|Documentation

    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....Cells With Aspose.Cells, it is possible to...tables to spreadsheets. Aspose.Cells has a number of special classes...

    docs.aspose.com/cells/java/create-pivot-table/
  5. ConditionalStyleCollection.first_row property |...

    ConditionalStyleCollection.first_row property. Gets the first row style.... insert_cell () builder . write ( 'Cell 1' ) builder .... insert_cell () builder . write ( 'Cell 2' ) builder . end_row...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Managing Pictures with JavaScript via C++|Docum...

    Learn how to add and position pictures in spreadsheets using Aspose.Cells for JavaScript via C++....Cells allows developers to add pictures...shows the content of certain cells. Adding Pictures Adding pictures...

    docs.aspose.com/cells/javascript-cpp/managing-p...
  7. Table.setBorders method | Aspose.Words for Node.js

    Table.setBorders method. Sets all table borders to the specified line style, width and color....); // Create a row with two cells with different background colors...builder . writeln ( "Row 1, Cell 1." ); builder . insertCell...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Table.SetBorders | Aspose.Words for .NET

    Customize your tables effortlessly with the SetBorders method, adjusting line style, width, and color for a polished, professional look....); // Create a row with two cells with different background colors...builder . Writeln ( "Row 1, Cell 1." ); builder . InsertCell...

    reference.aspose.com/words/net/aspose.words.tab...
  9. Smart Markers feature in Aspose.Cells|Documenta...

    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....Cells Contents [ Hide ] Smart markers...markers are used to let Aspose.Cells know what information to place...

    docs.aspose.com/cells/net/smart-markers-feature...
  10. SaveToStream on a workbook with at least 257 co...

    If you call SaveToStream on a workbook that contains at least 257 columns, the returned stream contains corrupt data. If you create a new workbook from the stream, this workbook will not contain the correct values. In ad…...Cells Product Family cells-net Nic0 April 28...saveWorkbook.Worksheets.First(); sheet.Cells[0, 256].Value = 1; using MemoryStream...

    forum.aspose.com/t/savetostream-on-a-workbook-w...