Sort Score
Result 10 results
Languages All
Labels All
Results 2,391 - 2,400 of 236,024 for

cells

(0.22 sec)
  1. Aspose::Words::ConditionalStyle::get_TopPadding...

    Aspose::Words::ConditionalStyle::get_TopPadding method. Gets or sets the amount of space (in points) to add above the contents of table Cells in C++....above the contents of table cells. double Aspose :: Words :: ConditionalStyle...InsertCell (); builder -> Write ( u "Cell 1" ); builder -> InsertCell...

    reference.aspose.com/words/cpp/aspose.words/con...
  2. 使用C++对列中的数据进行排序并使用自定义排序列表|Documentation

    学习如何使用Aspose.Cells for C++ API,将列中的数据根据自定义列表排序。...Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Source directory path...

    docs.aspose.com/cells/zh/cpp/sort-data-in-colum...
  3. 从数组导入|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....Contents [ Hide ] 开发人员可以通过调用Cells集合的 ImportArray 方法将数据从数组导入其工作表。...column vertically worksheet . Cells . ImportArray ( names , 0 ,...

    docs.aspose.com/cells/zh/net/importing-from-array/
  4. 用C++创建成交量 最高 最低 收盘(VHLC)股票图表|Documentation

    学习如何用Aspose.Cells for C++创建成交量 最高 最低 收盘股票图表。该指南将展示如何绘制股票市场数据,包括成交量、最高、最低和收盘价,以便更好的分析与可视化。...Cells.h" using namespace Aspose :: Cells ; int main...main () { Aspose :: Cells :: Startup (); // Create an instance of...

    docs.aspose.com/cells/zh/cpp/create-volume-high...
  5. CellFormat.VerticalMerge | Aspose.Words for .NET

    Discover the CellFormat VerticalMerge property for seamless vertical cell merging in spreadsheets. Enhance data organization and presentation effortlessly!...Specifies how the cell is merged with other cells vertically. public...VerticalMerge { get ; set ; } Remarks Cells can only be merged vertically...

    reference.aspose.com/words/net/aspose.words.tab...
  6. Optimizing Memory Usage while Working with Big ...

    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 provides some relevant options...optimize the memory used for cell data, decreasing the overall...

    docs.aspose.com/cells/java/optimizing-memory-us...
  7. Replace Text in PDF|Aspose.PDF for .NET

    Learn more about various ways of replacing and removing text from Aspose.PDF for .NET library....rows in the table and then cells in the rows var row3 = table2...row3 . Cells . Add (); row3 . Cells . Add (); row3 . Cells . Add...

    docs.aspose.com/pdf/net/replace-text-in-pdf/
  8. 用C++将CSV、TSV和TXT转换为Excel|Documentation

    学习如何使用Aspose.Cells for C++将CSV、TSV和TXT文件转换为Excel。...Cells for C++,你可以将CSV文件转换为Excel、O...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/convert-csv-tsv-an...
  9. Adding Custom Labels to Data Points in the Seri...

    Learn how to add custom labels to data points in the series of a chart using Aspose.Cells for C++. Our guide will show you how to modify the labels' appearance, position, and formatting, as well as how to link them to your data source for accurate data representation....Cells provides the DataLabel::getText()...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/cpp/adding-custom-labels-...
  10. Find and Replace in Spreadsheet|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....Contains ; string found = "" ; Cell cell = null ; foreach ( Worksheet...do { cell = sheet . Cells . Find ( TXBX_Find . Text , cell , Opts...

    docs.aspose.com/cells/net/find-and-replace-in-s...