Spread 8.0 Documentation
SetItemData Method
Support Options
ActiveX Reference > ActiveX Methods > SetItemData Method

Glossary Item Box

SetItemData Method


See Also    DLL    Example

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

Copyright © GrapeCity, inc. All rights reserved.