Sort Score
Result 10 results
Languages All
Labels All
Results 1,251 - 1,260 of 41,149 for

worksheet

(0.15 sec)
  1. SignatureLine | Aspose.Cells for .NET API 参考

    获取并设置签名行...Workbook (); Worksheet worksheet = workbook . Worksheets [ 0 ]; /...它是“B2”单元格 int imgIndex = worksheet . Pictures . Add ( 1 , 1 ...

    reference.aspose.com/cells/zh/net/aspose.cells....
  2. Class RevisionRenameSheet | Aspose.Cells for .N...

    Aspose.Cells.Revisions.RevisionRenameSheet class. Represents a revision of renaming sheet...Gets the new name of the worksheet. OldName { get; } Gets the...the old name of the worksheet. override Type { get; } Represents...

    reference.aspose.com/cells/net/aspose.cells.rev...
  3. Insert | Aspose.Cells for .NET API 参考

    插入工作表... public Worksheet Insert ( int index , SheetType...返回值 返回插入的工作表。 也可以看看 class Worksheet enum SheetType class WorksheetCollection...

    reference.aspose.com/cells/zh/net/aspose.cells/...
  4. How to Lock Cells to Protect Them|Documentation

    This article shows you code explaining how to lock cells to protect them using Aspose.Cells library....while keeping the rest of the worksheet protected. Protecting Formulas:...functionality of the entire worksheet. Enforcing Business Rules:...

    docs.aspose.com/cells/net/how-to-lock-cells-to-...
  5. 在 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 ) h_page_breaks = worksheet . getHorizontalPageBre ()...

    docs.aspose.com/cells/zh/java/managing-page-bre...
  6. index.xml

    2.0 http://www.w3.org/2005/Atom Documentation – Developer Guide https://docs.aspose.com/cells/net/developer-guide/ Recent content in Developer Guide on Documentation Hugo -- gohugo.io en https://do......hile-loading-workbook-or-worksheet/ Filter Objects while loading...loading Workbook or Worksheet https://docs.aspose.com/cells/cel...

    docs.aspose.com/cells/net/developer-guide/index...
  7. Copy Sheet Within Workbook|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....involved for copying and moving worksheets within or between workbooks...addCopy(), that is used to add a worksheet to the collection and copy...

    docs.aspose.com/cells/java/copy-sheet-within-wo...
  8. 复制工作表|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....Workbook (); Worksheet worksheet = newWorkbook . Worksheets . Add (..."New Sheet" ); Cells cells = worksheet . Cells ; cells [ 0 , 0 ]...

    docs.aspose.com/cells/zh/net/copy-worksheets/
  9. 在xlsx4j中查找单元格中的值|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....first worksheet in the Excel file Worksheet worksheet = workbook...specified formula Cells cells = worksheet . getCells (); //Instantiate...

    docs.aspose.com/cells/zh/java/find-value-in-cel...
  10. Display Hide Gridlines in 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....Accessing the first worksheet in the Excel file worksheets = workbook.... getWorksheets () worksheet = worksheets . get ( 0 ) # Hiding...

    docs.aspose.com/cells/java/display-hide-gridlin...