Sort Score
Result 10 results
Languages All
Labels All
Results 981 - 990 of 41,196 for

worksheet

(0.06 sec)
  1. ChartDataWorksheet | Aspose.Sildes for PHP via ...

    ChartDataWorksheet ChartDataWorksheet class Represents Worksheet associated with IChartDataCell getIndex Name Descrip......ChartDataWorksheet class Represents worksheet associated with IChartDataCell...() Gets the index of the worksheet. Read-only int. Returns: int...

    reference.aspose.com/slides/php-java/aspose.sli...
  2. SheetRender 构造函数 | Aspose.Cells for Python via ...

    SheetRender 构造函数 SheetRender(Worksheet, options) SheetRender的构造,需要工作表和ImageOrPrintOptions作为参数 def __init__ ( self , w......SheetRender 构造函数 SheetRender(worksheet, options) SheetRender的构造,...self , worksheet , options ): ... 范围 类型 描述 worksheet Worksheet...

    reference.aspose.com/cells/python-net/zh/aspose...
  3. Worksheet.AutoFitRows | Aspose.Cells for .NET A...

    Worksheet method. Autofits all rows in this Worksheet...Worksheet.AutoFitRows AutoFitRows() Autofits all rows in this...this worksheet. public void AutoFitRows () See Also class Worksheet...

    reference.aspose.com/cells/net/aspose.cells.gri...
  4. ChartArea | 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....
  5. Aspose.Cells 8.4.2中的公共API更改|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....chart collection int idx = worksheet . getCharts (). add ( ChartType...chart instance Chart chart = worksheet . getCharts (). get ( idx...

    docs.aspose.com/cells/zh/java/public-api-change...
  6. Aspose::Cells::Charts::ChartArea class | Aspose...

    Aspose::Cells::Charts::ChartArea class. Encapsulates the object that represents the chart area in the Worksheet in C++....represents the chart area in the worksheet. class ChartArea : public...reference of the first worksheet Worksheet worksheet = workbook . GetWorksheets...

    reference.aspose.com/cells/cpp/aspose.cells.cha...
  7. Remove | Aspose.Cells for .NET API 参考

    删除工作表的模块...Remove(Worksheet) 删除工作表的模块。 public void Remove ( Worksheet sheet...类型 描述 sheet Worksheet 工作表 也可以看看 class Worksheet class VbaModuleCollection...

    reference.aspose.com/cells/zh/net/aspose.cells....
  8. 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....protection 模块的 unprotect_worksheet 方法来保护工作表。 Python 代码 filesFormatType...xls" ) worksheets = workbook . getWorksheets () worksheet = worksheets...

    docs.aspose.com/cells/zh/java/unprotect-a-works...
  9. Changing the Font and Color of a Row or Column|...

    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....of rows and columns of a worksheet. This is a basic level of...customize the view of their worksheets for making them more presentable...

    docs.aspose.com/cells/net/changing-the-font-and...
  10. ProtectionType.All does not work as intended in...

    I’m trying to protect a workbook using ProtectionType.All but the workbook is not protected. I can still change cell content. Sample code: var workbook = new Workbook(); workbook.Protect(ProtectionType.All, "Test"); wo…...objects inside worksheet, you need to protect worksheet, see the document...Unprotect Worksheet Protect and unprotect worksheet of Excel files...

    forum.aspose.com/t/protectiontype-all-does-not-...