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

worksheet

(0.1 sec)
  1. 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....
  2. 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...
  3. 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...
  4. 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...
  5. 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/
  6. 保护和取消保护工作表|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...
  7. 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...
  8. 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...
  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....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...
  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....stream , true ); // Add a new worksheet. WorksheetPart newWorksheetPart...newWorksheetPart . Worksheet = new Worksheet ( new SheetData ());...

    docs.aspose.com/cells/zh/net/open-a-spreadsheet...