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

    Range refers to a cell or a collection of cells and range operations are the operations performed on those cell collection using single line of code. The Range property of IWorksheet allows you to execute multiple operations on cells,rows or columns.

    The operations that can be handled using Range property are as follows:

    See Also