Sort Score
Result 10 results
Languages All
Labels All
Results 1,801 - 1,810 of 241,484 for

cells

(0.09 sec)
  1. Add Table to PDF using C# | Aspose.PDF

    Adding table in PDF file programmatically with C# sample code using Aspose.PDF for .NET...Add (); // Add table cells row . Cells . Add ( "Column (" + row_count...row_count + ", 1)" ); row . Cells . Add ( "Column (" + row_count...

    products.aspose.com/pdf/net/table/add/
  2. 用C++管理范围|Documentation

    学习如何使用Aspose.Cells和C++管理Excel文件中的范围。通过编程创建、修改和设置范围样式。...Cells轻松地创建为对象。 这里是如何创建范围、设置值、设置样式以及对“范围”对象进行更多操作。...对象进行更多操作。 使用Aspose.Cells管理范围 Aspose.Cells提供了一个代表Microsoft Excel文件的类,...

    docs.aspose.com/cells/zh/cpp/managing-ranges/
  3. Inconsistent behavior with UpdatePageLayout() w...

    Dear support team, we’re encountering an inconsistent behavior when calling Aspose.Words.Document.UpdatePageLayout(), when the document contains 2 tables of different column counts back to back like so: ---------------…...tables explicitly specify their Cell.CellFormat.PreferredWith values...add up to 100%; 100% for each cell of table 1 and 2x 50% for table...

    forum.aspose.com/t/inconsistent-behavior-with-u...
  4. PreferredWidth.GetHashCode | Aspose.Words for .NET

    Discover the PreferredWidth GetHashCode method—an essential hash function for efficient data handling and unique value generation in your applications....a preferred width for table cells. Document doc = new Document..."PreferredWidth" class to table cells. // 1 - Set an absolute preferred...

    reference.aspose.com/words/net/aspose.words.tab...
  5. PreferredWidth.ToString | Aspose.Words for .NET

    Discover the PreferredWidth ToString method, which generates a user-friendly string showcasing your object's value for enhanced clarity and usability....a preferred width for table cells. Document doc = new Document..."PreferredWidth" class to table cells. // 1 - Set an absolute preferred...

    reference.aspose.com/words/net/aspose.words.tab...
  6. Row.ensure_minimum method | Aspose.Words for Py...

    Row.ensure_minimum method. If the [Row](../) has no Cells, creates and appends one [Cell](../../cell/)....the Row has no cells, creates and appends one Cell . def ensure_minimum...append_child ( row ) # Rows contain cells, containing paragraphs with...

    reference.aspose.com/words/python-net/aspose.wo...
  7. DeleteBlankOptions set start and end index to 0...

    The following code snippet DeleteBlankOptions options = new DeleteBlankOptions(); options.setStartIndex(0); System.out.println(options.getStartIndex()); options.setStartIndex(1); System.out.println(options.getStartIndex…...Cells Product Family cells-java Tim49 April...to be 0 1 as the index for cells starts with 0. Same behaviour...

    forum.aspose.com/t/deleteblankoptions-set-start...
  8. Set Range Border|Documentation

    This article shows how to set a range border by the Aspose.Cells for Python via .NET API.... you don’t need to set each cell individually. You can set the...border on the range. Aspose.Cells for Python via .NET offers this...

    docs.aspose.com/cells/python-net/set-range-border/
  9. Update Days Preserving History of Revision Logs...

    Learn how to update the number of days for preserving history in a shared workbook using Aspose.Cells with C++....Cells with WorksheetCollection.Ge...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/update-days-preservin...
  10. 将Excel转换为高分辨率图像——使用C++|Documentation

    使用Aspose.Cells与C++从Excel文件生成高分辨率图像。...Cells提供设置 ImageOrPrintOptions.GetHorizontalResolut()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/convert-excel-to-h...