Sort Score
Result 10 results
Languages All
Labels All
Results 1,101 - 1,110 of 41,196 for

worksheet

(0.06 sec)
  1. GridWorksheet.SetProtect | Aspose.Cells for .NE...

    GridWorksheet method. Protects Worksheet...SetProtect method Protects worksheet. public void SetProtect ()...protects worksheet without password. It can protect worksheet in all...

    reference.aspose.com/cells/net/aspose.cells.gri...
  2. NameScopeType | Aspose.Cells for Java API Refer...

    Represents the scope type of defined names.... WORKSHEET The defined names in a worksheet or all worksheets...workbook. WORKSHEET public static final int WORKSHEET The defined...

    reference.aspose.com/cells/java/com.aspose.cell...
  3. Manage Worksheets|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....Manage Worksheets Contents [ Hide ] Managing worksheets using... accessing, and removing worksheets using the Aspose.Cells API...

    docs.aspose.com/cells/python-java/manage-worksh...
  4. Importing from ArrayList|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....from an ArrayList to their worksheets by calling the ImportArrayList...Workbook (); //Adding a new worksheet to the Workbook object int...

    docs.aspose.com/cells/net/importing-from-arrayl...
  5. GridHyperlinkCollection.Add | Aspose.Cells for ...

    GridHyperlinkCollection method. Adds a hyperlink to a specified cell or a range of cells...Examples [C#] Worksheet worksheet = excel . Worksheets [ 0 ]; worksheet..."http://www.aspose.com" ); worksheet . Hyperlinks . Add ( "A5"...

    reference.aspose.com/cells/net/aspose.cells.gri...
  6. getCell | Aspose.Sildes for Node.js via Java AP...

    getCell Contents [ Hide ] getCell(String WorksheetName, int row, int column) function Gets the cell that can be used ......worksheetName String Name of the worksheet. row int The row. column int...worksheetIndex int Index of the worksheet. row int The row. column int...

    reference.aspose.com/slides/nodejs-java/aspose....
  7. Class ColumnCollection | Aspose.Cells for .NET ...

    Aspose.Cells.ColumnCollection class. Collection of the objects that represent the individual columnsettings in a Worksheet. The Column object only represents the settings such as column width styles .etc. for the whole column has nothing to do with the fact that there are nonempty cellsdata or not in corresponding column. And the Count of this collection only represents the count Column objects that have been instantiated in this collection has nothing to do with the fact that there are nonempty cellsdata or not in the Worksheet...individual column(setting)s in a worksheet. The Column object only represents...cells(data) or not in the worksheet. public class ColumnCollection...

    reference.aspose.com/cells/net/aspose.cells/col...
  8. Class Row | Aspose.Cells for .NET API Reference

    Aspose.Cells.Row class. Represents a single row in a Worksheet...Represents a single row in a worksheet. public class Row : IEnumerable...first worksheet Worksheet worksheet = workbook . Worksheets [ 0...

    reference.aspose.com/cells/net/aspose.cells/row/
  9. 在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 worksheet = workbook ...getWorksheets () . get ( 0 ) cells = worksheet . getCells () # Hiding the...

    docs.aspose.com/cells/zh/java/hiding-and-showin...
  10. Get a column heading|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 name, a worksheet name, and a cell name, gets...== 0 ) { // The specified worksheet does not exist. return null...

    docs.aspose.com/cells/net/get-a-column-heading/