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

worksheet

(1.1 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. Worksheet.UnProtect | Aspose.Cells for .NET API...

    Worksheet method. unProtects Worksheet...Worksheet.UnProtect Worksheet.UnProtect method unProtects worksheet...UnProtect () See Also class Worksheet namespace Aspose.Cells.GridDesktop...

    reference.aspose.com/cells/net/aspose.cells.gri...
  3. 复制工作表|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/
  4. 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...
  5. Working with Worksheets using Aspose.Cells|Docu...

    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....Svenska Türkçe 日本語 Working with Worksheets using Aspose.Cells Contents...Add Word Art Watermark to Worksheet using Aspose.Cells Convert...

    docs.aspose.com/cells/java/working-with-workshe...
  6. Find or Search Data|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....search through the cells in a worksheet to find ones that contain...each of the worksheets in the Excel file. A worksheet is represented...

    docs.aspose.com/cells/java/find-or-search-data/
  7. Aspose::Cells::Drawing::Picture::GetSignatureLi...

    Aspose::Cells::Drawing::Picture::GetSignatureLine method. Gets and sets the signature line in C++....Workbook workbook ; Worksheet worksheet = workbook . GetWorksheets...the worksheet. It is "B2" cell int imgIndex = worksheet . GetPictures...

    reference.aspose.com/cells/cpp/aspose.cells.dra...
  8. border_weight 属性 | Aspose.Cells for Python via ...

    border_weight 属性 border_weight 属性 获取或设置图片边框线的粗细,单位为pt。 例子 from aspose.cells import Workbook from aspose.pydrawing imp......= Workbook () worksheet = workbook . worksheets [ 0 ] # Adding...in the worksheet. It is "B2" cell imgIndex = worksheet . pictures...

    reference.aspose.com/cells/python-net/zh/aspose...
  9. GridTableItemStyle.IsLocked | Aspose.Cells for ...

    GridTableItemStyle property. Gets or sets a value indicating whether a cell can be modified or not when its Worksheet is protected. When its Worksheet is protected and IsLocked is true the cell can not be edit. When its Worksheet is protected and IsLocked is false the cell can be edit...when its worksheet is protected. When its worksheet is protected...can not be edit. When its worksheet is protected and IsLocked...

    reference.aspose.com/cells/net/aspose.cells.gri...
  10. Create PDF Files via Python | products.aspose.com

    Python Sample code for generating PDF documents. Use this code for creating PDF files within Python application.... Access the first worksheet of the workbook. Get the desired...desired cell(s) of the worksheet and input the value into the...

    products.aspose.com/cells/python-java/create-pdf/