[]
        
(Showing Draft Content)

C1.Web.Mvc.Sheet.Range

Range Class

A rectangular area in a worksheet denominated by a top-left cell and a bottom-right cell.

Inheritance
Range
Namespace: C1.Web.Mvc.Sheet
Assembly: C1.Web.Mvc.FlexSheet.dll
Syntax
public class Range

Constructors

Name Description
Range(int, int, int, int)

Create a Range by coordinates and spans.

Range(string)

Create a Range by address.

Properties

Name Description
From

Gets or sets the top-left cell position.

To

Gets or sets the bottom-right cell position.