Sort Score
Result 10 results
Languages All
Labels All
Results 891 - 900 of 17,652 for

columns

(0.47 sec)
  1. Document.sections property | Aspose.Words for P...

    Document.sections property. Returns a collection that represents all sections in the document....new column: columns = builder . page_setup . text_columns columns...BreakType . SECTION_BREAK_NEW_COLUMN ) builder . writeln ( 'This...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Detecting Empty Worksheets|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.... The rows & columns collections have a zero-based...therefore, a cell at row 0 & column 0 means the first cell in the...

    docs.aspose.com/cells/java/detecting-empty-work...
  3. Create High-Low-Close(HLC) Stock Chart with C++...

    Learn how to create a high-low-close stock chart using Aspose.Cells for C++. Our step-by-step guide will demonstrate how to plot stock market data, including the high, low, and close prices, onto a chart for better analysis and visualization....chart uses four columns of data. The first column is a category...also be used. The next three columns in order are for high, low...

    docs.aspose.com/cells/cpp/create-high-low-close...
  4. Document.Sections | Aspose.Words for .NET

    Explore the Document Sections property to access a complete collection of all document sections, enhancing your content organization and navigation....section on a new column: TextColumnCollection columns = builder ....PageSetup . TextColumns ; columns . SetCount ( 2 ); builder ...

    reference.aspose.com/words/net/aspose.words/doc...
  5. Cell.first_paragraph property | Aspose.Words fo...

    Cell.first_paragraph property. Gets the first paragraph among the immediate children....table with three rows and four columns, and then add it to the document...table with two rows and two columns and then insert it into the...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Fields::FieldDatabaseDataTable c...

    Aspose::Words::Fields::FieldDatabaseDataTable class. Provides data for the FieldDatabase field result. Please see DataTable instance. To learn more, visit the documentation article in C++....get_ColumnNames () const Gets columns that belong to this table....

    reference.aspose.com/words/cpp/aspose.words.fie...
  7. Join Tables in C#|Aspose.Words for .NET

    Join tables in C#. How to merge two tables into one C#....have a different number of columns? A: Aspose.Words will copy...cells as they exist. If the column counts differ, the resulting...

    docs.aspose.com/words/net/table-join/
  8. Aspose::Words::Drawing::Charts::ChartSeriesColl...

    Aspose::Words::Drawing::Charts::ChartSeriesCollection::RemoveAt method. Removes a ChartSeries at the specified index in C++....DocumentBuilder > ( doc ); // Insert a column chart that will contain three...Drawing :: Charts :: ChartType :: Column , 400 , 300 ); System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Create HTML Table in C#

    This guide explains how to create HTML table in C#. It covers the system IDE configurations, a stepwise list, and a code snippet to build HTML table in C#....styles and insert HTML rows and columns Add table element to HTML body...and insert some cells and columns. Finally, write the HTML containing...

    kb.aspose.com/html/net/create-html-table-in-csh...
  10. Copying a range across workbook which is being ...

    I have two workbooks both with 1 table having 4 Columns and 60 rows, I take one table and copy the style and then copy the value to another workbook. then I reference this copied over table entirely in another sheet of t…...both with 1 table having 4 columns and 60 rows, I take one table...: Handle specific rows and columns accurately to prevent reference...

    forum.aspose.com/t/copying-a-range-across-workb...