Sort Score
Result 10 results
Languages All
Labels All
Results 1,091 - 1,100 of 41,424 for

worksheet

(0.64 sec)
  1. Class GridSheetPrintingPreview | Aspose.Cells f...

    Aspose.Cells.GridDesktop.Data.GridSheetPrintingPreview class. Worksheet printing preview...GridSheetPrintingPre class Worksheet printing preview. public class...Description GridSheetPrintingPre (Worksheet, GridImageOrPrintOpti) The...

    reference.aspose.com/cells/net/aspose.cells.gri...
  2. Class ColumnCollection | Aspose.Cells for .NET ...

    Aspose.Cells.ColumnCollection class. Collection of the objects that represent the individual columnsettings in a Worksheet. The Column object only represents the settings such as column width styles .etc. for the whole column has nothing to do with the fact that there are nonempty cellsdata or not in corresponding column. And the Count of this collection only represents the count Column objects that have been instantiated in this collection has nothing to do with the fact that there are nonempty cellsdata or not in the Worksheet...individual column(setting)s in a worksheet. The Column object only represents...cells(data) or not in the worksheet. public class ColumnCollection...

    reference.aspose.com/cells/net/aspose.cells/col...
  3. 在 Jython 中去除受密码保护的工作表保护|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....xls" ) worksheets = workbook . getWorksheets () worksheet = worksheets.... get ( 0 ) protection = worksheet . getProtection () # Unprotecting...

    docs.aspose.com/cells/zh/java/unprotecting-pass...
  4. 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/phpjava/limitations-and-a...
  5. Protect 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....selected range of cells in a worksheet. Protecting Cells Aspose.Cells...cells in a worksheet to read only, call the worksheet’s SetAllCellsReadonly...

    docs.aspose.com/cells/net/protect-cells/
  6. axis - Aspose.Cells for PHP via Java - API Refe...

    Explanation of Aspose.Cells for PHP via Java classes, methods & interfaces for you to read, write & convert spreadsheets programmatically....WorkbookRender WorkbookSettings Worksheet WorksheetCollection WriteProtection...cells\Workbook(); //Adding a new worksheet to the Excel object $sheetIndex...

    reference.aspose.com/cells/php/aspose.cells/axis
  7. Class SheetPrintingPreview | Aspose.Cells for ....

    Aspose.Cells.Rendering.SheetPrintingPreview class. Worksheet printing preview...SheetPrintingPreview class Worksheet printing preview. public class...Description SheetPrintingPreview (Worksheet, ImageOrPrintOptions) The...

    reference.aspose.com/cells/net/aspose.cells.ren...
  8. Slicer.Parent | Aspose.Cells for .NET API Refer...

    Slicer property. Returns the Worksheet object that represents the sheet that contains the slicer. Readonly...Parent property Returns the Worksheet object that represents the...public Worksheet Parent { get ; } Examples [C#] Worksheet currSheet...

    reference.aspose.com/cells/net/aspose.cells.sli...
  9. 文本换行|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....ActiveWorkbook ; //Access worksheet Microsoft . Office . Interop... Excel . Worksheet m_sheet = workbook . Worksheets [ 1 ]; //Access...

    docs.aspose.com/cells/zh/net/wrapping-cell-text/
  10. 在工作表中添加图像|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....//Get the first worksheet Worksheet worksheet = workbook . getWorksheets...a string value to a cell worksheet . getCells (). get ( "C2"...

    docs.aspose.com/cells/zh/java/add-images-in-wor...