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

worksheet

(0.1 sec)
  1. 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...
  2. DisplayUnitLabel class | Aspose.Cells for Pytho...

    DisplayUnitLabel class DisplayUnitLabel class Represents the display unit label. Inheritance: DisplayUnitLabel → Char......and sets a reference to the worksheet. text_direction Represents...Workbook () # Adding a new worksheet to the Excel object sheetIndex...

    reference.aspose.com/cells/python-net/aspose.ce...
  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::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...
  6. 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....
  7. 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...
  8. Aspose::Cells::Charts::DisplayUnitLabel class |...

    Aspose::Cells::Charts::DisplayUnitLabel class. Represents the display unit label in C++....and sets a reference to the worksheet. GetReadingOrder() Represents...and sets a reference to the worksheet. SetLinkedSource(const char16_t*...

    reference.aspose.com/cells/cpp/aspose.cells.cha...
  9. 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-...
  10. 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...