[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.GetArray

GetArray Method

GetArray(int, int, int, int)

Gets a two-dimensional array of objects that contain the data for the specified range of cells on the sheet.

Declaration
public object[,] GetArray(int row, int column, int rowCount, int columnCount)
Public Function GetArray(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer) As Object(,)
Parameters
Type Name Description
int row

Row index of first cell in range

int column

Column index of first cell in range

int rowCount

Number of rows in range

int columnCount

Number of columns in range

Returns
Type Description
object[,]