Sort Score
Result 10 results
Languages All
Labels All
Results 951 - 960 of 161,004 for

workbook

(0.1 sec)
  1. Working with Freeze Panes|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....//Instantiating a Workbook object Workbook workbook = new Workbook (); //Accessing...file Worksheet worksheet = workbook . Worksheets [ 0 ]; worksheet...

    docs.aspose.com/cells/net/working-with-freeze-p...
  2. Class ColumnCollection | Aspose.Cells for .NET ...

    Aspose.Cells.ColumnCollection class. Collection of the objects that represent the individual columnsettings in a worksheet. The Column object only represents the settings such as column width styles .etc. for the whole column has nothing to do with the fact that there are nonempty cellsdata or not in corresponding column. And the Count of this collection only represents the count Column objects that have been instantiated in this collection has nothing to do with the fact that there are nonempty cellsdata or not in the worksheet...//Instantiating a Workbook object Workbook workbook = new Workbook (); //Obtaining...worksheet Worksheet worksheet = workbook . Worksheets [ 0 ]; //Add...

    reference.aspose.com/cells/net/aspose.cells/col...
  3. FindOptions class | Aspose.Cells for Python via...

    FindOptions class FindOptions class Represents find options. The FindOptions type exposes the following members: Cons......LookInType , Workbook # Instantiate the workbook object workbook = Workbook...Get Cells collection cells = workbook . worksheets [ 0 ] . cells...

    reference.aspose.com/cells/python-net/aspose.ce...
  4. SignatureLine | Aspose.Cells for .NET API 参考

    代表签名行...[C#] //实例化一个工作簿对象 Workbook workbook = new Workbook (); Worksheet...Worksheet worksheet = workbook . Worksheets [ 0 ]; //添加图片 int imgIndex...

    reference.aspose.com/cells/zh/net/aspose.cells....
  5. Workbook.RefreshDynamicArrayFormulas | Aspose.C...

    Workbook method. Refreshes dynamic array formulasspill into new range of neighboring cells according to current data Other formulas in the Workbook will not be calculated recursively even if they were used by dynamic array formulas...Workbook.RefreshDynamicArrayF Contents [ Hide ] RefreshDynamicArrayF(bool)...data) Other formulas in the workbook will not be calculated recursively...

    reference.aspose.com/cells/net/aspose.cells/wor...
  6. Aspose::Cells::CalculationOptions::GetLinkedDat...

    Aspose::Cells::CalculationOptions::GetLinkedDataSources method. Specifies the data sources for external links used in formulas in C++.... Vector < Workbook > Aspose :: Cells :: CalculationOptions...Remarks Like Workbook.UpdateLinkedDataSour(Workbook[]), here you...

    reference.aspose.com/cells/cpp/aspose.cells/cal...
  7. VbaModule类 | Aspose.Cells for Python via .NET A...

    VbaModule类 VbaModule类 表示 VBA 项目中的模块。 VbaModule 类型公开了以下成员: 特性 属性 描述 name 获取和设置模块的名称。 type 获取模块类型。 codes 获取和设置模块的代码。 例子......cells import Workbook from aspose.cells.vba import...Instantiating a Workbook object workbook = Workbook () # Init VBA...

    reference.aspose.com/cells/python-net/zh/aspose...
  8. save method | Aspose.Cells for Python via .NET ...

    save method Contents [ Hide ] save Save the Workbook to the disk. def save ( self , file_name ): ... Parameter Type D......Contents [ Hide ] save Save the workbook to the disk. def save ( self...file_name str save Saves the workbook to the disk. def save ( self...

    reference.aspose.com/cells/python-net/aspose.ce...
  9. Combine | Aspose.Cells for .NET API 参考

    组合另一个工作簿对象...Combine Workbook.Combine method 组合另一个工作簿对象。 public void Combine...Combine ( Workbook secondWorkbook ) 范围 类型 描述 secondWorkbook Workbook...

    reference.aspose.com/cells/zh/net/aspose.cells/...
  10. custom_document_properties property | Aspose.Ce...

    custom_document_properties property custom_document_properties property Returns a DocumentProperty collection that re......cells import Workbook workbook = Workbook () workbook . worksheets...

    reference.aspose.com/cells/python-net/aspose.ce...