SetRowItemData Method
Applies To
fpSpread control
Description
Sets the item data associated with the specified row.
Syntax
void CSpreadSheet::SetRowItemData (long Row, long Value);
fpSpread.SetRowItemData(ByVal Row As Long, ByVal Value As Long)
Parameters
The following parameters are available:
Parameter | Description |
---|---|
Row | Row to contain the item data You cannot use –1 to specify all rows. |
Value | Item data |
Remarks
The item data is a value retrieved by the application using the GetRowItemData method. This value is only for the application's use; the control does not use this value.
This method is called for the current sheet setting unless you first set the Sheet property to specify the sheet with which you want to work.
This method allows an application to associate a specific number with each row. This method is similar to the Visual Basic ItemData property.
Return Type
None
See Also
GetColItemData, GetItemData, GetRowItemData, SetColItemData, SetItemData methods
DLL Correspondence
SSSetRowUserData function