[]
        
(Showing Draft Content)

FarPoint.Win.Spread.ColumnHeader.SetClipValue

SetClipValue Method

SetClipValue(int, int, int, int, string)

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

Declaration
public void SetClipValue(int row, int column, int rowCount, int columnCount, string value)
Public Sub SetClipValue(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer, value As String)
Parameters
Type Name Description
int row

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

int column

Starting column index, or -1 for all columns

int rowCount

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

int columnCount

Number of columns, or -1 for all columns

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 row index is out of range; must be between -1 and the total number of columns