Sort Score
Result 10 results
Languages All
Labels All
Results 3,421 - 3,430 of 240,508 for

cells

(0.65 sec)
  1. 使用C++创建、处理或删除工作表中的场景|Documentation

    在本文中,你将学习如何使用C++和Aspose.Cells API在Excel工作表中程序化创建、操作或删除场景。...Cells API在工作簿中的工作表中创建和删除方案。 Aspose.Cells提供一些有用的类,例如...#include "Aspose.Cells.h" using namespace Aspose :: Cells ; int main...

    docs.aspose.com/cells/zh/cpp/create-manipulate-...
  2. Render Interactive Scrollbar in GridWeb|Documen...

    This article introduces how to work with scrollbar in GridWeb....Cells for GridWeb can render an interactive...scrollbar and displays its value in cell B3 . Whenever you scroll the...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  3. Aspose::Words::ConditionalStyle::get_LeftPaddin...

    Aspose::Words::ConditionalStyle::get_LeftPadding method. Gets or sets the amount of space (in points) to add to the left of the contents of table Cells in C++....left of 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...
  4. Aspose::Words::ConditionalStyle::get_RightPaddi...

    Aspose::Words::ConditionalStyle::get_RightPadding method. Gets or sets the amount of space (in points) to add to the right of the contents of table Cells in C++....right of 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...
  5. 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...
  6. Values between 2^31 and 2^32 − 1 become two’s c...

    We are using a the below script to generate excel files from csv: // Values between 2^31 and 2^32 - 1 appear as their two’s complement negative equivalents when the CSV is converted to EXCEL using the below logic. const…...Cells for Java (v24.1.0) Aspose.Cells Product Family...aspose = {}; aspose.cells = require('aspose.cells'); const loadOptions...

    forum.aspose.com/t/values-between-2-31-and-2-32...
  7. 使用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...
  8. Convert Chart to Image for Japanese Region with...

    Learn how to use Aspose.Cells for C++ to set the Japanese configuration for the chart. Our guide will demonstrate how to configure charts to support Japanese characters and formatting, including fonts, size, text direction, and more....Cells.h" using namespace Aspose :: Cells ; using namespace...namespace Aspose :: Cells :: Charts ; class ChartJapaneseSetting...

    docs.aspose.com/cells/cpp/convert-chart-to-imag...
  9. 用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...
  10. How to Format Number to Time|Documentation

    This article will introduce how to format number to time using Aspose.Cells for Node.js via C++ API....time‑based data, formatting cells as time allows for more natural...hours in a cell (e.g., 1.5 ). Right‑click the cell and select...

    docs.aspose.com/cells/nodejs-cpp/how-to-format-...