Sort Score
Result 10 results
Languages All
Labels All
Results 771 - 780 of 41,197 for

worksheet

(0.09 sec)
  1. WorksheetCollection | Aspose.Cells for Java API...

    Encapsulates a collection of objects....getWorksheets(); //Add a worksheet sheets.add(); //Change the...the name of a worksheet sheets.get(0).setName("First Sheet"); //Set...

    reference.aspose.com/cells/java/com.aspose.cell...
  2. Format Rows and Columns|Documentation

    Aspose.Cells for .NET can support change row height or column width, as well as apply formatting on rows or columns....access to each worksheet in the Excel file. A worksheet is represented...represented by the Worksheet class. The Worksheet class provides a...

    docs.aspose.com/cells/net/adjusting-row-height-...
  3. Format Rows and Columns|Documentation

    Aspose.Cells for Python via .NET can support change row height or column width, as well as apply formatting on rows or columns....access to each worksheet in the Excel file. A worksheet is represented...represented by the Worksheet class. The Worksheet class provides a...

    docs.aspose.com/cells/python-net/adjusting-row-...
  4. Protect and unProtect Worksheets|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....日本語 Protect and unProtect Worksheets Contents [ Hide ] VSTO //Instantiate...= "Protect and unProtect Worksheets.xlsx" ; //Open the excel...

    docs.aspose.com/cells/net/protect-and-unprotect...
  5. Moving Worksheets|Documentation

    This article introduces how to work with Worksheet in GridDesktop....Svenska Türkçe 日本語 Moving Worksheets Contents [ Hide ] Aspose...moving worksheets within the workbook. Move Worksheets within...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  6. ChartPointCollection类 | Aspose.Cells for Python...

    ChartPointCollection类 ChartPointCollection类 表示包含一个系列中所有点的集合。 ChartPointCollection 类型公开了以下成员: 特性 属性 描述 count 获取图表点的计数。......the first worksheet worksheet = workbook . worksheets [ 0 ] # Adding...sample value to "A1" cell worksheet . cells . get ( "A1" ) . put_value...

    reference.aspose.com/cells/python-net/zh/aspose...
  7. Class Series | Aspose.Cells for .NET API Reference

    Aspose.Cells.Charts.Series class. Encapsulates the object that represents a single data series in a chart...Workbook (); //Adding a new worksheet to the Excel object int sheetIndex...sheetIndex = workbook . Worksheets . Add (); //Obtaining the reference...

    reference.aspose.com/cells/net/aspose.cells.cha...
  8. Picture.IsSameSetting | Aspose.Cells for .NET A...

    Picture method. Returns whether the shape is same...Workbook (); Worksheet worksheet = workbook . Worksheets [ 0 ]; //insert...first picture int imgIndex1 = worksheet . Pictures . Add ( 1 , 1 ...

    reference.aspose.com/cells/net/aspose.cells.dra...
  9. Picture.ImageType | Aspose.Cells for .NET API R...

    Picture property. Gets the image format of the picture...Workbook (); Worksheet worksheet = workbook . Worksheets [ 0 ]; //insert...first picture int imgIndex1 = worksheet . Pictures . Add ( 1 , 1 ...

    reference.aspose.com/cells/net/aspose.cells.dra...
  10. 在Python中隐藏或取消隐藏工作表|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/zh/java/hide-or-unhide-a-...