Sort Score
Result 10 results
Languages All
Labels All
Results 1,081 - 1,090 of 41,186 for

worksheet

(0.07 sec)
  1. Applying Style on a Row or Column|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....of rows and columns of a worksheet. This is a basic level of...customize the view of their worksheets for making them more presentable...

    docs.aspose.com/cells/net/applying-style-on-a-r...
  2. SheetPrintingPreview.SheetPrintingPreview | Asp...

    SheetPrintingPreview constructor. The construct of SheetPrintingPreview...public SheetPrintingPreview ( Worksheet sheet , ImageOrPrintOptions...Parameter Type Description sheet Worksheet Indicate which spreadsheet...

    reference.aspose.com/cells/net/aspose.cells.ren...
  3. Class WorksheetEventArgs | Aspose.Cells for .NE...

    Aspose.Cells.GridDesktop.WorksheetEventArgs class. Provides data for Worksheet events...WorksheetEventArgs class Provides data for worksheet events. public class WorksheetEventArgs...Gets row or column index of worksheet IndexArray { get; } Gets row...

    reference.aspose.com/cells/net/aspose.cells.gri...
  4. 在 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....类包含一个 Worksheets 集合,允许访问 Excel 文件中的每个工作表。 工作表由 Worksheet 类表示。...类表示。 Worksheet 类提供了一系列属性和方法来管理工作表。要控制网格线的可见性,使用 Worksheet 类的 IsGridlinesVisible...

    docs.aspose.com/cells/zh/net/display-or-hide-gr...
  5. Page Break Preview in Ruby|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....Page Break Preview To set worksheet to page break preview using...Accessing the first worksheet in the Excel file worksheets = workbook...

    docs.aspose.com/cells/java/page-break-preview-i...
  6. Insert Rows and Columns|Documentation

    This article introduces how to insert rows and columns in GridWeb....new rows and columns into a worksheet using the Aspose.Cells.GridWeb...inserted at any position in the worksheet. Inserting Rows To insert...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  7. Adjusting Row Height and Column Width in Jython...

    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....Accessing the first worksheet in the Excel file worksheet = workbook ...getWorksheets (). get ( 0 ) cells = worksheet . getCells () # Setting the...

    docs.aspose.com/cells/java/adjusting-row-height...
  8. Data | Aspose.Cells for .NET API 参考

    获取图片的数据...Workbook (); Worksheet worksheet = workbook . Worksheets [ 0 ]; //插入第一张图片...//插入第一张图片 int imgIndex1 = worksheet . Pictures . Add ( 1 , 1 ...

    reference.aspose.com/cells/zh/net/aspose.cells....
  9. Limitations and API Differences|Documentation

    Aspose.Cells for PHP via Java limitations and api differences....WorksheetCollection worksheets = workbook . getWorksheets (); Worksheet worksheet...worksheet = worksheets . get ( 0 ); Cell cell = worksheet . getCells...

    docs.aspose.com/cells/php-java/limitations-and-...
  10. GridWorksheet | Aspose.Cells for Java API Refer...

    Encapsulates the object that represents a single Worksheet....that represents a single worksheet. Methods Method Description...Autofits all rows in this worksheet. autoFitRows(boolean onlyAuto)...

    reference.aspose.com/cells/java/com.aspose.grid...