[]
        
(Showing Draft Content)

C1.Web.Mvc.Sheet.CellPosition

CellPosition Class

The coordinates of a cell in a worksheet.

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

Constructors

Name Description
CellPosition(int, int)

Create a CellPosition by coordinate components.

CellPosition(string)

Create a CellPosition by an address.

Properties

Name Description
Col

Gets or sets the horizontal coordinate.

Row

Gets or sets the vertical coordinate.