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

worksheet

(0.07 sec)
  1. 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...
  2. ChartPoint | Aspose.Cells for .NET API 参考

    表示图表系列中的单个点...//获取第一个工作表的引用 Worksheet worksheet = workbook . Worksheets [ 0 ]; //向“A1”单元格添加样本值...//向“A1”单元格添加样本值 worksheet . Cells [ "A1" ]. PutValue ( 50 ); //向“A2”单元格添加样本值...

    reference.aspose.com/cells/zh/net/aspose.cells....
  3. 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....
  4. 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/...
  5. 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-...
  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. 在 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...
  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. 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...
  10. Printing Workbooks in 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....want to print the entire worksheet area unless you specify your...your selection. Printing Worksheet C# //Instantiating a Workbook...

    docs.aspose.com/cells/net/printing-workbooks-in...