Sort Score
Result 10 results
Languages All
Labels All
Results 2,871 - 2,880 of 41,183 for

worksheet

(0.08 sec)
  1. Using Sparklines and Settings 3D Format|Documen...

    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....information, avoiding over-crowded worksheets with a lot of busy charts...the range of cells in the worksheet that contain the source data...

    docs.aspose.com/cells/java/using-sparklines-and...
  2. Class EbookSaveOptions | Aspose.Cells for .NET ...

    Aspose.Cells.Saving.EbookSaveOptions class. Represents the options for saving ebook file...only exporting the active worksheet to html file. If true then...then only the active worksheet will be exported to html file; If...

    reference.aspose.com/cells/net/aspose.cells.sav...
  3. GridSheetRender.PageCount | Aspose.Cells for .N...

    GridSheetRender property. Gets the total page count of current Worksheet...total page count of current worksheet. public int PageCount { get...

    reference.aspose.com/cells/net/aspose.cells.gri...
  4. Worksheet.MergeFocused | Aspose.Cells for .NET ...

    Worksheet method. Gets the index of the focused merge...Worksheet.MergeFocused Worksheet.MergeFocused method Gets the...class CellLocation class Worksheet namespace Aspose.Cells.GridDesktop...

    reference.aspose.com/cells/net/aspose.cells.gri...
  5. Worksheet.SetFirstVisibleColumn | Aspose.Cells ...

    Worksheet method. Set the first visible column index of sheet view...Worksheet.SetFirstVisibleColum Worksheet.SetFirstVisibleColum...int col ) See Also class Worksheet namespace Aspose.Cells.GridDesktop...

    reference.aspose.com/cells/net/aspose.cells.gri...
  6. Header value of a section overlaps the other 2 ...

    If i set a longer title as header on an element (section), say middle, it will go on other elements as well, which shouldn’t. Code sample: Workbook book = new Workbook(); Worksheet Worksheet = book.Worksheets[0]; work…...Workbook(); Worksheet worksheet = book.Worksheets[0]; worksheet.Cells[0...pageSetup = worksheet.PageSetup; Cells cells = worksheet.Cells; string...

    forum.aspose.com/t/header-value-of-a-section-ov...
  7. 在VSTO和Aspose.Cells中旋转单元格文字|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.... Worksheet objSheet = ( Excel . Worksheet ) objBook...sheet. Worksheet objworksheet = objworkbook . Worksheets [ 0 ];...

    docs.aspose.com/cells/zh/net/rotating-cell-text...
  8. Public API Changes in Aspose.Cells 9.0.0|Docume...

    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....Workbook (); // Get the default Worksheet from the Workbook var sheet...sheet = book . Worksheets [ 0 ]; // Add a TextBox to the collection...

    docs.aspose.com/cells/net/public-api-changes-in...
  9. Data Sorting|Documentation

    Learn how to sort data by using the Aspose.Cells for for Python via .NET API....NET lets developers sort worksheet data alphabetically or numerically...based on the cell data in a worksheet. The sort method accepts the...

    docs.aspose.com/cells/python-net/sort-data-of-e...
  10. Create MS Excel XLS Files via Java | products.a...

    XLS creater. Create XLS files in Java code. Generate MS Excel XLS files using Java based desktop or web application.... Access the relevant worksheet using getWorksheets.get()...the first worksheet of the workbook. Worksheet worksheet = wkb.getWorksheets()...

    products.aspose.com/cells/java/create/xls/