[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.SetClip

SetClip Method

SetClip(int, int, int, int, string)

Sets a tab-delimited string of formatted text in a specified range of cells on this sheet.

Declaration
public void SetClip(int row, int column, int rowCount, int columnCount, string value)
Public Sub SetClip(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer, value 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 of cells (or -1 for all rows)

int columnCount

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

string value

Tab-delimited string (formatted data) to set into the cells of the specified range

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