Sort Score
Result 10 results
Languages All
Labels All
Results 1,311 - 1,320 of 17,460 for

columns

(0.36 sec)
  1. Opening Files with Different Formats|Documentation

    Aspose.Cells for C++ API allows you to open/read different formats like XLSX, HTML, CSV, ODS, TSV, SXC, FODS, etc....stored as a table where each column is separated by the comma character...Data is arranged in rows and columns like in tables and spreadsheets...

    docs.aspose.com/cells/cpp/opening-files-with-di...
  2. Convert Text Numeric Data to Number|Documentation

    Learn how to convert numbers stored as text in Excel to numbers by using the Aspose.Cells for JavaScript via C++ API....is not available, select a column with this problem. If you don’t...don’t want to convert the whole column, you can select one or more...

    docs.aspose.com/cells/javascript-cpp/convert-te...
  3. Setting Print Options|Documentation

    This article demonstrates how to programmatically set the Print Options of the Excel Worksheet Page Setup feature using the C# API and .NET Library. You can set the Print Area, Print Titles and Page Order.... Print row/column headings. Achieve draft quality...allows you to designate row and column headers to repeat on all pages...

    docs.aspose.com/cells/net/setting-print-options/
  4. ChartAxis.Type | Aspose.Words for .NET

    Discover the ChartAxis Type property to easily identify axis types and enhance your data visualization for clearer insights and better analysis.... // 1 - Column chart with columns grouped and banded...AppendChart ( builder , ChartType . Column , 500 , 300 ); string [] categories...

    reference.aspose.com/words/net/aspose.words.dra...
  5. Reorder 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....Assistant Close Hiding Rows and Columns in Worksheet Set Worksheet...

    docs.aspose.com/cells/net/reorder-worksheets/
  6. PageSetup.sectionStart property | Aspose.Words ...

    PageSetup.sectionStart property. Returns or sets the type of section break for the specified object....next section on a new column: let columns = builder . pageSetup...pageSetup . textColumns ; columns . setCount ( 2 ); builder . insertBreak...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. ChartAxisType | Aspose.Words for Java

    Specifies type of chart axis in Java.... // 1 - Column chart with columns grouped and banded...appendChart(builder, ChartType.COLUMN, 500.0, 300.0); String[] categories...

    reference.aspose.com/words/java/com.aspose.word...
  8. How to Insert Table in PDF using Python

    This short tutorial guides on how to insert table in PDF using Python. It contains the IDE settings, step-wise process and a runnable sample code to add table in PDF using Python....multiple times to add rows and columns in the table along with sample...is a collection of rows and columns accessed by using Table.rows...

    kb.aspose.com/pdf/python/how-to-insert-table-in...
  9. PageSetup.SectionStart | Aspose.Words for .NET

    Discover the PageSetup SectionStart property to easily manage section breaks in your document. Enhance formatting and improve layout control today!...section on a new column: TextColumnCollection columns = builder ....PageSetup . TextColumns ; columns . SetCount ( 2 ); builder ...

    reference.aspose.com/words/net/aspose.words/pag...
  10. FootnoteOptions | Aspose.Words for Java

    Represents the footnote numbering options for a document or section in Java....section into a given number of columns. Document doc = new Document(getMyDir()...getColumns() Specifies the number of columns with which the footnotes area...

    reference.aspose.com/words/java/com.aspose.word...