Spread.Services Documentation
Range Operations
Spread.Services Documentation > Developer's Guide > Customize User Interaction > Manage Worksheet > Range Operations

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 provides you with multiple operation that can be done on cells,rows or columns.

The operations handled using Range property are as follows:

See Also