TypeCustomItemData Property
Applies To
fpSpread control1
Description
Sets or returns item data for a custom cell.
Syntax
Variant CSpreadSheet::GetTypeCustomItemData( );
void CSpreadSheet::SetTypeCustomItemData(const VARIANT&);
[form.]fpSpread.TypeCustomItemData[ = setting%]
Remarks
This property can be used for adding extra information to a custom cell. The information is not displayed in the cell.
This data can be one of the following types - empty (VT_EMPTY), long (VT_I4), double (VT_R8), string (VT_BSTR), or byte array (VT_ARRAY|VT_Ul1). This value is saved and loaded as part of the custom cell when the control is saved and loaded from a buffer or file.
Spread Designer
Choose the Cell menu.
Data Type
Variant
See Also
TypeCustomName, TypeCustomStyle Properties
AddCustomCellType method
DLL Correspondence
SSGetCustomItemData, SSSetCustomItemData functions