Document Solutions for Excel, Java Edition | Document Solutions
Features / Worksheet / Range Operations
In This Topic
    Range Operations
    In This Topic

    A cell or a collection of cells in a worksheet is called Range and the various operations executed on the cells in rows and columns is called Range Operations.

    In DsExcel Java, the getRange method in the IWorksheet interface enables users to perform range operations.

    Using DsExcel Java, users can handle the following range operations:

    See Also