[]
        
(Showing Draft Content)

FarPoint.Web.Spread.RowHeader.SetClip

SetClip Method

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

Sets a tab-delimited string that contains the formatted text in a range.

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, or -1 for all rows

int column

Starting row header column index, or -1 for all row header columns

int rowCount

Number of rows, or -1 for all rows

int columnCount

Number of row header columns, or -1 for all row header columns (may create new row header columns as needed)

string value

Tab-delimited string to set into the range

Exceptions
Type Condition
ArgumentOutOfRangeException

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

ArgumentOutOfRangeException

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