Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 41,187 for

worksheet

(0.09 sec)
  1. How to Make a Copy of an Excel Sheet in C++

    This short tutorial will provide information on how to make a copy of an Excel sheet in C++. You will learn to configure the environment, steps and code to perform Excel sheet copy in C++....copying the worksheet Get a reference to the first worksheet from the...empty workbook where the worksheet will be copied Get a reference...

    kb.aspose.com/cells/cpp/how-to-make-a-copy-of-a...
  2. RevisionRenameSheet | Aspose.Cells for Java API...

    Represents a revision of renaming sheet....Gets the new name of the worksheet. getOldName() Gets the old...old name of the worksheet. getType() Represents the type of the...

    reference.aspose.com/cells/java/com.aspose.cell...
  3. 在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....Accessing the first worksheet in the Excel file worksheets = workbook.... getWorksheets () worksheet = worksheets . get ( 0 ) # Hiding...

    docs.aspose.com/cells/zh/java/hide-or-unhide-a-...
  4. 在Ruby中隐藏或取消隐藏工作表|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....Accessing the first worksheet in the Excel file worksheets = workbook.... getWorksheets () worksheet = worksheets . get ( 0 ) \ # Hiding...

    docs.aspose.com/cells/zh/java/hide-or-unhide-a-...
  5. Aspose::Cells::Vba::VbaModuleCollection::Remove...

    Aspose::Cells::Vba::VbaModuleCollection::Remove method. Removes module for a Worksheet in C++....onst Worksheet&) method Removes module for a worksheet. void...VbaModuleCollection :: Remove ( const Worksheet & sheet ) Parameter Type Description...

    reference.aspose.com/cells/cpp/aspose.cells.vba...
  6. WorksheetCollection - Aspose.Cells for PHP via ...

    Explanation of Aspose.Cells for PHP via Java classes, methods & interfaces for you to read, write & convert spreadsheets programmatically....WorkbookRender WorkbookSettings Worksheet WorksheetCollection WriteProtection...Encapsulates a collection of Worksheet objects. Example: $workbook...

    reference.aspose.com/cells/php/aspose.cells/Wor...
  7. Worksheet.Unprotect | Aspose.Cells for .NET API...

    Worksheet method. Unprotects Worksheet...Worksheet.Unprotect Unprotect() Unprotects worksheet. public...Remarks This method unprotects worksheet which is protected without...

    reference.aspose.com/cells/net/aspose.cells/wor...
  8. 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...
  9. IFilePathProvider | Aspose.Cells for Java API R...

    Represents the exported file path provider....the file by Worksheet name when exporting Worksheet to html separately...the file by Worksheet name when exporting Worksheet to html separately...

    reference.aspose.com/cells/java/com.aspose.cell...
  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....); // Given a document, a worksheet name, a column name, and a...and row on the specified worksheet. public static void DeleteTextFromCell...

    docs.aspose.com/cells/zh/net/delete-text-from-a...