Sort Score
Result 10 results
Languages All
Labels All
Results 4,051 - 4,060 of 41,184 for

worksheet

(0.09 sec)
  1. is_formula_hidden property | Aspose.Cells for P...

    is_formula_hidden property is_formula_hidden property Represents if the formula will be hidden when the Worksheet is ......formula will be hidden when the worksheet is protected. Definition:...

    reference.aspose.com/cells/python-net/aspose.ce...
  2. Aspose::Cells::HtmlSaveOptions::SetFilePathProv...

    Aspose::Cells::HtmlSaveOptions::SetFilePathProvider method. Gets or sets the IFilePathProvider for exporting Worksheet to html separately in C++....IFilePathProvider for exporting Worksheet to html separately. void Aspose...

    reference.aspose.com/cells/cpp/aspose.cells/htm...
  3. Clear range contents in Aspose.Cells - Free Sup...

    Hi team, I am using Aspose.cells v17.11. I was trying to convert code from Excel interop to Aspose.Cells. I want to clear contents from the range. So I have method in Interop named “ClearRange(Range range)”, which clea…... Please use the Worksheet.Cells.ClearContents() methods...How to clear content from worksheets using python simon.zhao January...

    forum.aspose.com/t/clear-range-contents-in-aspo...
  4. Add Cell Validations|Documentation

    This article introduces how to add list validation,drop-down list validation and custom expression validation in GridWeb.... Access a worksheet. Access the cell to add validation...control to a Web Form. Access a worksheet. Access the cell to create...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  5. allow_formatting_cell property | Aspose.Cells f...

    allow_formatting_cell property allow_formatting_cell property Represents if the formatting of cells is allowed on a p......is allowed on a protected worksheet. Definition: @property def...

    reference.aspose.com/cells/python-net/aspose.ce...
  6. allow_formatting_column property | Aspose.Cells...

    allow_formatting_column property allow_formatting_column property Represents if the formatting of columns is allowed ......is allowed on a protected worksheet Definition: @property def...

    reference.aspose.com/cells/python-net/aspose.ce...
  7. Insert comments to XLS file via .NET | products...

    Insert comments to XLS using C#. Use API example code to insert comments within .NET application....Workbook Insert comments to the Worksheet in a Cell Save the workbook...); foreach (Worksheet _ws in workbook.Worksheets) { _ws.Comments...

    products.aspose.com/cells/net/comments/insert-c...
  8. Add | Aspose.Cells for .NET API 参考

    将新的数据透视表缓存添加到 PivotCaches 集合中...GridDesktop Add(Worksheet, GridCellArea, string, string)...PivotCaches 集合中。 public int Add ( Worksheet sourceSheet , GridCellArea...

    reference.aspose.com/cells/zh/net/aspose.cells....
  9. Getting Started|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....Access any desired cell of a worksheet in the Excel file. Insert...into cell A1 in the first worksheet and saves as Excel file. Code...

    docs.aspose.com/cells/net/getting-started/
  10. How to Change Excel Row Height using C++

    In this small tutorial, we will elaborate how to change excel row height using C++. You will adjust row height in excel using C++ by a fixed value or based on content size....target Excel file Access a worksheet where selected rows’ height...height value Select another worksheet where row height is to be...

    kb.aspose.com/cells/cpp/how-to-change-excel-row...