Sort Score
Result 10 results
Languages All
Labels All
Results 4,201 - 4,210 of 203,280 for

cells

(0.08 sec)
  1. Shading class | Aspose.Words for Python

    aspose.words.Shading class. Contains shading attributes for an object...black ) # Create a row with two cells with different background colors...colors. builder . insert_cell () builder . cell_format . shading ....

    reference.aspose.com/words/python-net/aspose.wo...
  2. RowFormat.heightRule property | Aspose.Words fo...

    RowFormat.heightRule property. Gets or sets the rule for determining the height of the table row....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/nodejs-net/aspose.wo...
  3. Stop conversion or loading using InterruptMonit...

    Learn how to interrupt Excel file processing in Python using Aspose.Cells' InterruptMonitor for efficient resource management during long operations....Cells allows you to stop the conversion...Access cell J1000000 and add some text inside it. cell = ws ....

    docs.aspose.com/cells/python-net/stop-conversio...
  4. 23167004.xlsx

    Sheet1 Red color in Cells A1 and B2 is because of Conditional Formatting. Put 101 or any value >100 in cell A2 and B2, you will see Red background color will be gone. 14.0300 14.0300 false...Sheet1 Red color in cells A1 and B2 is because of Conditional...Put 101 or any value >100 in cell A2 and B2, you will see Red...

    docs.aspose.com/cells/sv/cpp/apply-conditional-...
  5. PreferredWidth class | Aspose.Words for Python

    aspose.words.tables.PreferredWidth class. Represents a value and its unit of measure that is used to specify the preferred width of a table or a cell...preferred width of a table or a cell. To learn more, visit the Working...builder . insert_cell () builder . write ( 'Cell #1' ) builder ...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Set Conditional Formats of Excel and ODS files|...

    How to apply conditional formats to Excel and ODS files in Node.js via C++....apply formats to a cell or range of cells and have that formatting...depending on the value of the cell or the value of a formula. For...

    docs.aspose.com/cells/nodejs-cpp/conditional-fo...
  7. Shading class | Aspose.Words for Node.js

    Aspose.Words.Shading class. Contains shading attributes for an object...); // 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. CellFormat.fit_text property | Aspose.Words for...

    CellFormat.fit_text property. If ``True``, fits text in the cell, compressing each paragraph to the width of the cell....property If True , fits text in the cell, compressing each paragraph...paragraph to the width of the cell. @property def fit_text ( self ) ->...

    reference.aspose.com/words/python-net/aspose.wo...
  9. 使用C++访问和修改单元格富文本部分|Documentation

    学习如何通过Aspose.Cells for C++ API访问和更新单元格富文本的部分内容。...Cells允许您访问和更新单元格的富文本的部分。为此,您可以使用 Cell->GetCharacters()...Cell->GetCharacters() 和 Cell->SetCharacters() 方法。这些方法将返回并接受 FontSetting 对象数组...

    docs.aspose.com/cells/zh/cpp/access-and-update-...
  10. Table.right_padding property | Aspose.Words for...

    Table.right_padding property. Gets or sets the amount of space (in points) to add to the right of the contents of Cells....the right of the contents of cells. @property def right_padding...builder . insert_cell () builder . write ( 'Row 1, cell 1.' ) builder...

    reference.aspose.com/words/python-net/aspose.wo...