Sort Score
Result 10 results
Languages All
Labels All
Results 671 - 680 of 161,894 for

workbook

(0.18 sec)
  1. WorkbookDesigner | Aspose.Cells for .NET API 参考

    初始化WorkbookDesigneraspose.cells/Workbookdesigner类....Cells WorkbookDesigner(Workbook) 初始化 WorkbookDesigner 类. public...WorkbookDesigner ( Workbook workbook ) 范围 类型 描述 workbook Workbook 模板工作簿文件。...

    reference.aspose.com/cells/zh/net/aspose.cells/...
  2. Aspose::Cells::Drawing::ColorHelper::ToOleColor...

    Aspose::Cells::Drawing::ColorHelper::ToOleColor method. Convert color to OLE_COLOR in C++....Color & color , const Workbook & workbook ) Parameter Type Description...The Color object. workbook const Workbook& ReturnValue The value...

    reference.aspose.com/cells/cpp/aspose.cells.dra...
  3. How to Unhide Excel Sheet using C#

    This short tutorial guides on how to unhide Excel sheet using C#. It provides detailed steps, program flow and a runnable sample code to demonstrate the process to unhide all sheets using C#....the process to unprotect a workbook with or without a password...password and save the resultant workbook on the disk as an XLSX , XLS...

    kb.aspose.com/cells/net/how-to-unhide-excel-she...
  4. Workbook.Save | Aspose.Cells for .NET API Refer...

    Workbook method. Saves the Workbook to the disk...Workbook.Save Contents [ Hide ] Save(string, SaveFormat) Saves...Saves the workbook to the disk. public void Save ( string fileName...

    reference.aspose.com/cells/net/aspose.cells/wor...
  5. WorkbookDesigner.Workbook | Aspose.Cells for .N...

    WorkbookDesigner property. Gets and sets the Workbook object...Workbook WorkbookDesigner.Workbook property Gets...sets the Workbook object. public Workbook Workbook { get ; set...

    reference.aspose.com/cells/net/aspose.cells/wor...
  6. default_style 属性 | Aspose.Cells for Python via ...

    default_style 属性 default_style 属性 获取或设置工作簿的默认 Style 对象。 评论 DefaultStyle 属性对于为整个工作簿实现样式很有用。 例子 以下代码创建并实例化一个新工作簿,并为其设置默......cells import Workbook workbook = Workbook () defaultStyle...defaultStyle = workbook . default_style defaultStyle . font . name = "Tahoma"...

    reference.aspose.com/cells/python-net/zh/aspose...
  7. Copying worksheets or workbooks does not preser...

    Using the Copy method for either the Worksheet or Workbook classes does not preserve sorting from the source. using Aspose.Cells; License license = new(); license.SetLicense("Aspose.Total.NET.lic"); // Open a Workbook…...Copying worksheets or workbooks does not preserve table sorting...for either the Worksheet or Workbook classes does not preserve...

    forum.aspose.com/t/copying-worksheets-or-workbo...
  8. sheet_set property | Aspose.Cells for Python vi...

    sheet_set property sheet_set property Gets or sets the sheets to render. Default is all visible sheets in the workboo......all visible sheets in the workbook: SheetSet.visible . Example...cells import PdfSaveOptions , Workbook from aspose.cells.rendering...

    reference.aspose.com/cells/python-net/aspose.ce...
  9. WorksheetCollection.BuiltInDocumentProperties |...

    WorksheetCollection property. Returns a DocumentProperty collection that represents all the builtin document properties of the spreadsheet...Examples [C#] Workbook workbook = new Workbook (); DocumentProperty...DocumentProperty doc = workbook . Worksheets . BuiltInDocumentPrope [...

    reference.aspose.com/cells/net/aspose.cells/wor...
  10. 拆分工作表单元格|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....- 拆分工作表单元格 C# Workbook workbook = new Workbook (); //Accessing...file Worksheet worksheet = workbook . Worksheets [ 0 ]; //Set...

    docs.aspose.com/cells/zh/net/split-cells-in-wor...