GetItemData Method
Applies To
fpSpread control
Description
Returns the item data associated with an fpSpread control.
Syntax
C++
long CSpreadSheet::GetItemData ( );
Visual Basic
fpSpread.GetItemData( ) As Long
Remarks
The item data is a value assigned by the application using the SetItemData 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
Long
See Also
CellTag property
GetColItemData, GetRowItemData, SetColItemData, SetItemData, SetRowItemData methods
DLL Correspondence
SSGetUserData function