[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.GetClipValue

GetClipValue Method

GetClipValue(int, int, int, int)

Gets a tab-delimited string that contains the unformatted data in a range of cells on this sheet.

Declaration
public string GetClipValue(int row, int column, int rowCount, int columnCount)
Public Function GetClipValue(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer) As String
Parameters
Type Name Description
int row

Starting row index of the range of cells (or -1 for all rows)

int column

Starting column index of the range of cells (or -1 for all columns)

int rowCount

Number of rows in the range (or -1 for all rows)

int columnCount

Number of columns in the range (or -1 for all columns)

Returns
Type Description
string

Tab-delimited string that contains the unformatted data in the range of cells

Exceptions
Type Condition
ArgumentOutOfRangeException

Specified row index is out of range; must be between 0 and the total number of rows

ArgumentOutOfRangeException

Specified column index is out of range; must be between 0 and the total number of columns