Spread 8.0 Documentation
TypeCustomItemData Property
Support Options
ActiveX Reference > ActiveX Properties > TypeCustomItemData Property

Glossary Item Box

TypeCustomItemData Property


See Also    DLL    Example 1   

Applies To

fpSpread control1

Description

Sets or returns item data for a custom cell.

Syntax

C++

Variant CSpreadSheet::GetTypeCustomItemData( );
void CSpreadSheet::SetTypeCustomItemData(const VARIANT&);

Visual Basic

[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

Creating Custom Cells

TypeCustomName, TypeCustomStyle Properties

AddCustomCellType method

DLL Correspondence

SSGetCustomItemData, SSSetCustomItemData functions

Copyright © GrapeCity, inc. All rights reserved.