[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Chart.SheetCellRange.-ctor

SheetCellRange Constructor

SheetCellRange(SheetView, int, int, int, int)

Initializes a new instance of the SheetCellRange class.

Declaration
public SheetCellRange(SheetView sheetView, int row, int column, int rowCount, int columnCount)
Public Sub New(sheetView As SheetView, row As Integer, column As Integer, rowCount As Integer, columnCount As Integer)
Parameters
Type Name Description
SheetView sheetView

The sheet view.

int row

The row.

int column

The column.

int rowCount

The row count.

int columnCount

The column count.

SheetCellRange(string, int, int, int, int)

Initializes a new instance of the SheetCellRange class.

Declaration
public SheetCellRange(string sheetName, int row, int column, int rowCount, int columnCount)
Public Sub New(sheetName As String, row As Integer, column As Integer, rowCount As Integer, columnCount As Integer)
Parameters
Type Name Description
string sheetName

Name of the sheet.

int row

The row.

int column

The column.

int rowCount

The row count.

int columnCount

The column count.