Sort Score
Result 10 results
Languages All
Labels All
Results 1,511 - 1,520 of 161,045 for

workbook

(0.12 sec)
  1. Aspose::Cells::Drawing::Picture::GetBorderLineC...

    Aspose::Cells::Drawing::Picture::GetBorderLineColor method. Represents the System.Drawing.Color of the border line of a picture in C++....//Instantiating a Workbook object Workbook workbook ; Worksheet worksheet...worksheet = workbook . GetWorksheets (). Get ( 0 ); //Adding a...

    reference.aspose.com/cells/cpp/aspose.cells.dra...
  2. Zoom Factor in 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.... Python Code workbook = self . Workbook ( self . dataDir...the Excel file worksheets = workbook . getWorksheets () worksheet...

    docs.aspose.com/cells/java/zoom-factor-in-python/
  3. Class VerticalPageBreak | Aspose.Cells for .NET...

    Aspose.Cells.VerticalPageBreak class. Encapsulates the object that represents a vertical page break... Examples [C#] Workbook excel = new Workbook (); //Add a pagebreak...[VB] Dim excel as Workbook = new Workbook () ' Add a pagebreak...

    reference.aspose.com/cells/net/aspose.cells/ver...
  4. ColumnCollection | Aspose.Cells for .NET API 参考

    的集合表示工作表中各个列设置的对象 Column 对象仅表示列宽样式等设置对于整列 与对应列中是否存在非空单元格数据无关 并且该集合的计数仅表示在此实例化的计数列对象集合 与工作表中是否存在非空单元格数据无关...[C#] //实例化一个工作簿对象 Workbook workbook = new Workbook (); //获取第一个工作表的引用...//获取第一个工作表的引用 Worksheet worksheet = workbook . Worksheets [ 0 ]; //向工作簿添加新样式...

    reference.aspose.com/cells/zh/net/aspose.cells/...
  5. Create MS Excel XLT Files via Python | products...

    XLT creater. Create XLT files in Python code. Generate MS Excel XLT files using Python application.... Create Workbook class instance. Access the...the first worksheet of the workbook. Get the desired cell(s) of...

    products.aspose.com/cells/python-java/create/xlt/
  6. Create MS Excel XLSM Files via Python | product...

    XLSM creater. Create XLSM files in Python code. Generate MS Excel XLSM files using Python application.... Create Workbook class instance. Access the...the first worksheet of the workbook. Get the desired cell(s) of...

    products.aspose.com/cells/python-java/create/xlsm/
  7. Class Validation | Aspose.Cells for .NET API Re...

    Aspose.Cells.Validation class. Represents data validation.settings...Examples [C#] Workbook workbook = new Workbook (); ValidationCollection...ValidationCollection validations = workbook . Worksheets [ 0 ]. Validations...

    reference.aspose.com/cells/net/aspose.cells/val...
  8. 保护和取消保护工作簿|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.... Workbooks . Open ( myPath , Missing...Missing . Value ); //Protect the workbook specifying a password with...

    docs.aspose.com/cells/zh/net/protecting-and-unp...
  9. 在工作表中合并或取消合并单元格|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.... Workbooks . Open ( myPath , Missing...//Instantiate a new Workbook. Workbook workbook = new Workbook (); //Specify...

    docs.aspose.com/cells/zh/net/merge-or-unmerge-c...
  10. Rotating Cell Text in VSTO and Aspose.Cells|Doc...

    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....following steps: Create a workbook and get a worksheet. Add samples...Application ; //Add a Workbook. Excel . Workbook objBook = ExcelApp...

    docs.aspose.com/cells/net/rotating-cell-text-in...