Sort Score
Result 10 results
Languages All
Labels All
Results 9,241 - 9,250 of 154,753 for

2

(0.23 sec)
  1. range.xlsx

    Sheet1 &=node.Groups[0].Materials.Name(group:nomal,range:1:2,ascending:1) &=node.Groups[0].Materials.DSSection.Name Sheet2 Sheet3 2025-08-29T06:14:04Z 16.0300 John.He 2023-05-12T11:15:00Z 2025-08-2......Name(group:nomal,range:1:2,ascending:1) &=node.Groups[0]...

    docs.aspose.com/cells/tr/net/how-to-use-range-p...
  2. range.xlsx

    Sheet1 &=node.Groups[0].Materials.Name(group:nomal,range:1:2,ascending:1) &=node.Groups[0].Materials.DSSection.Name Sheet2 Sheet3 2025-08-29T06:14:04Z 16.0300 John.He 2023-05-12T11:15:00Z 2025-08-2......Name(group:nomal,range:1:2,ascending:1) &=node.Groups[0]...

    docs.aspose.com/cells/zh/net/how-to-use-range-p...
  3. Aspose::Words::Tables::CellFormat class | Aspos...

    Aspose::Words::Tables::CellFormat class. Represents all formatting for a table cell. To learn more, visit the documentation article in C++....builder -> Write ( u "Row 1, Col 2" ); builder -> EndRow (); // Changing...(); builder -> Write ( u "Row 2, Col 1" ); builder -> InsertCell...

    reference.aspose.com/words/cpp/aspose.words.tab...
  4. Manage ActiveX Controls in Presentations in .NE...

    Learn how Aspose.Slides for .NET leverages ActiveX to automate and enhance PowerPoint presentations, giving developers powerful control over slides.... Height - 2 ), new System . Drawing . Point...Drawing . Point ( image . Width - 2 , 1 ) }); pen . Dispose (); pen...

    docs.aspose.com/slides/net/activex/
  5. Working with Document in PostScript | C++

    Adding pages to an PS file is a functionality supported by Aspose.Page API solution. See how to use the functionality in C++.... 2 System::String dir = RunExamp...stream for PostScript document 2 using (Stream outPsStream = new...

    docs.aspose.com/page/cpp/ps/working-with-document/
  6. Threaded Comments with C++|Documentation

    Learn how to add, read, edit, and remove threaded comments in Excel files using Aspose.Cells with C++.... Method 2 Right‑click on the cell where...setw ( 2 ) << createdTime . month << "-" << setw ( 2 ) << createdTime...

    docs.aspose.com/cells/cpp/threaded-comments/
  7. How to get the following values and what they m...

    Hi team, I would like to know how to parse the below details in Java and what the numbers mean when i get the same for the below: Flags Categories Priority Mail Read Status and Unread status Below is the code which i …...samodurova February 26, 2025, 2:33pm 2 Hello @MaazHussain , Thanks...include: 0 → No flags set 1 → Read 2 → Unsent 4 → Submitted 8 → Unsendable...

    forum.aspose.com/t/how-to-get-the-following-val...
  8. ChartSeriesCollection.Add | Aspose.Words for .NET

    Effortlessly enhance your charts with the ChartSeriesCollection Add method. Seamlessly add new series to Bar, Column, Line, and Surface charts for dynamic visuals....= { "Category 1" , "Category 2" , "Category 3" }; // Insert two...Add ( "Series 2" , categories , new [] { 64.2 , 79.5 , 94.0 });...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Aspose.PSD for .NET 22.10 - Release Notes|Docum...

    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.... Frames [ 2 ]. LayerStates [ layerIds [ 1...AddGradientOverlay (); timeLine . Frames [ 2 ]. LayerStates [ layerIds [ 1...

    docs.aspose.com/psd/net/aspose-psd-for-net-22-1...
  10. 如何使用aspose-words动态分页table - Free Support Forum ...

    Hi Teams, 因为aspose-words是自动分页的,但是现在我需要满足这样的需求。在正文部分的table需要有table header和table footer。也就是每一页的header是一样的,table footer也是一样的,但是这样的话就需要动态计算总页数,然后分页。 请问该怎么实现呢?或者实现这样的Table数据还有其他的方式么? 非常感谢。...Discourse July 15, 2025, 8:02am 2 @imzdong 原因 要在使用 Aspose.Words...insertCell(); builder.write("Header 2"); builder.endRow(); // 添加数据行...

    forum.aspose.com/t/aspose-words-table/315228