Class
WorkSheetWrapper

Definition

Constructors

WorkSheetWrapper(object)

Declaration

cs-api-definition
public WorkSheetWrapper(object styleSheet)

Parameters

styleSheet

object

Methods

GetCells()

Declaration

cs-api-definition
public RangeWrapper GetCells()

Returns

RangeWrapper

GetCells(int, int)

Declaration

cs-api-definition
public RangeWrapper GetCells(int row, int column)

Parameters

row

int

column

int

Returns

RangeWrapper