Sort Score
Result 10 results
Languages All
Labels All
Results 2,571 - 2,580 of 241,493 for

cells

(0.15 sec)
  1. 复制工作表|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 private static string fileName...Sheet" ); Cells cells = worksheet . Cells ; cells [ 0 , 0 ]....

    docs.aspose.com/cells/zh/net/copy-worksheets/
  2. Opening Files in Jython|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 - Opening Files To open documents...documents using Aspose.Cells Java for Jython . Here you can see...

    docs.aspose.com/cells/java/opening-files-in-jyt...
  3. 用C++获取或设置嵌入OLE对象的类标识符|Documentation

    学习如何使用Aspose.Cells和C++获取或设置嵌入OLE对象的类标识符。...Cells提供了 OleObject.GetClassIdentifier()...<iostream> #include "Aspose.Cells.h" #include <guiddef.h> using...

    docs.aspose.com/cells/zh/cpp/get-or-set-the-cla...
  4. 按行和列格式化,使用Node.js via C++|Documentation

    Aspose.Cells for Node.js via C++支持更改行高或列宽,还可以对行或列应用格式。...Cells,开发者可以在运行时执行这些操作。 处理行 如何调整行高 Aspose.Cells提供一个类, Workbook...Worksheet 类提供一个 Cells 集合,代表工作表中的所有单元格。 Cells 集合提供若干方法,用于管理工作表中的行或列。以下是一些详细介绍。...

    docs.aspose.com/cells/zh/nodejs-cpp/adjusting-r...
  5. Adjusting Row Height and Column Width|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 developers can perform these...Adjusting Row Height Aspose.Cells provides a class, Workbook that...

    docs.aspose.com/cells/cpp/adjusting-row-height-...
  6. Right-to-left (RTL) for word table? Only suppor...

    Hi. I’m trying to implement RTL capabilities for our aspose word exporting, and I’m having difficulties understanding how to do this and what’s supported. This is using .net. Specifically, I’m trying to render some Tab…...aligned, and the rest of the cells has numbers which are right...RTL property, the right most cell will have the text (right aligned)...

    forum.aspose.com/t/right-to-left-rtl-for-word-t...
  7. Primary and Secondary Axis with C++|Documentation

    Learn how to understand and work with primary and secondary axes in Aspose.Cells for C++. Our guide will help you understand the differences between primary and secondary axes, and how to configure and use them effectively in your charts....Cells.h" using namespace Aspose :: Cells ; using namespace...Aspose :: Cells :: Charts ; int main () { Aspose :: Cells :: Startup...

    docs.aspose.com/cells/cpp/primary-and-second-axis/
  8. Aspose::Words::Tables::RowCollection::idx_get m...

    Aspose::Words::Tables::RowCollection::idx_get method. Retrieves a Row at the given index in C++....and print the contents of each cell. auto doc = System :: MakeObject...CellCollection > cells = rows -> idx_get ( j ) -> get_Cells (); // We...

    reference.aspose.com/words/cpp/aspose.words.tab...
  9. Detect Hyperlink Type with C++|Documentation

    Learn how to detect hyperlink type through the Aspose.Cells for C++ API....links, cell references, file paths, etc. Aspose.Cells provides...link CellReference : Link to a cell or named range. To check the...

    docs.aspose.com/cells/cpp/detect-hyperlink-type/
  10. ConditionalStyleCollection.top_right_cell prope...

    ConditionalStyleCollection.top_right_cell property. Gets the top right cell style....top_right_cell property ConditionalStyleColl.top_right_cell property...top right cell style. @property def top_right_cell ( self ) ->...

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