Sort Score
Result 10 results
Languages All
Labels All
Results 991 - 1,000 of 41,187 for

worksheet

(0.07 sec)
  1. 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-...
  2. SortRange | Aspose.Cells for .NET API 参考

    初始化SortRangeaspose.cells.griddesktop/sortrange通过指定工作表范围和排序方向来分类... public SortRange ( Worksheet worksheet , int startRow , int...isCaseSensitive ) 范围 类型 描述 worksheet Worksheet 包含范围的工作表。 startRow Int32...

    reference.aspose.com/cells/zh/net/aspose.cells....
  3. invert_if_negative 属性 | Aspose.Cells for Python...

    invert_if_negative 属性 invert_if_negative 属性 如果该属性为真且图表点的值为负数, 前景色和背景色将交换。 例子 from aspose.cells import Workbook from a......Workbook () # Adding a new worksheet to the Workbook object sheetIndex...sheetIndex = workbook . worksheets . add () # Obtaining the reference...

    reference.aspose.com/cells/python-net/zh/aspose...
  4. Aspose::Cells::Drawing::Picture::SetBorderWeigh...

    Aspose::Cells::Drawing::Picture::SetBorderWeight method. Gets or sets the weight of the border line of a picture in units of pt in C++....Workbook workbook ; Worksheet worksheet = workbook . GetWorksheets...the worksheet. It is "B2" cell int imgIndex = worksheet . GetPictures...

    reference.aspose.com/cells/cpp/aspose.cells.dra...
  5. Aspose::Cells::Drawing::Picture::GetBorderWeigh...

    Aspose::Cells::Drawing::Picture::GetBorderWeight method. Gets or sets the weight of the border line of a picture in units of pt in C++....Workbook workbook ; Worksheet worksheet = workbook . GetWorksheets...the worksheet. It is "B2" cell int imgIndex = worksheet . GetPictures...

    reference.aspose.com/cells/cpp/aspose.cells.dra...
  6. Export DataTable from GridWeb|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.... Exporting Worksheet Data To a Specific DataTable...DataTable To export worksheet data to a specific DataTable object:...

    docs.aspose.com/cells/net/export-datatable-from...
  7. Filter Data|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....select only those items in a worksheet that you want to display in...Working with Filters Use the worksheet AddAutoFilter method to enable...

    docs.aspose.com/cells/net/filter-data/
  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....= "Protect and unProtect Worksheets.xlsx" ; //Open the excel.... Value ); //Protect the worksheet specifying a password with...

    docs.aspose.com/cells/zh/net/protect-and-unprot...
  9. Managing Page Breaks in Php|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....Code $worksheets = $workbook -> getWorksheets (); $worksheet = $worksheets...$worksheets -> get ( 0 ); $h_page_breaks = $worksheet -> getHorizontalPageBre...

    docs.aspose.com/cells/java/managing-page-breaks...
  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....Workbook (); //Adding a new worksheet to the Excel object int sheetIndex...sheetIndex = workbook . Worksheets . Add (); //Obtaining the reference...

    docs.aspose.com/cells/zh/net/calculate-or-recal...