SetItemData Method
Applies To
fpSpread control
Description
Sets the item data associated with an fpSpread control.
Syntax
C++
void CSpreadSheet::SetItemData (long Value);
Visual Basic
fpSpread.SetItemData(ByVal Value As Long)
Parameters
The following parameters are available:
Parameter | Description |
Value | Item data |
Remarks
The item data is a value retrieved by the application using the GetItemData method. This value is only for the application's use; the control does not use this value.
This method allows an application to associate a specific number with each control. This method is similar to the Visual Basic ItemData property.
Return Type
None
See Also
CellTag property
GetColItemData, GetItemData, GetRowItemData, SetColItemData, SetRowItemData methods
DLL Correspondence
SSSetUserData function