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

Glossary Item Box

GetColItemData Method


See Also    DLL    Example

Applies To

fpSpread control

Description

Returns the item data associated with the specified column.

Syntax

C++

long CSpreadSheet::GetColItemData (long Col);

Visual Basic

fpSpread.GetColItemData(ByVal Col As Long) As Long

Parameters

The following parameter is available:

Parameter Description
Col Column number of column that contains the item data
You cannot use –1 to specify all columns.

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 is called for the current sheet setting unless you first set the Sheet property to specify the sheet with which you want to work.

This method allows an application to associate a specific number with each fpSpread control. This method is similar to the Visual Basic ItemData property.

Return Type

Long

See Also

CellTag, Sheet properties

GetItemData, GetRowItemData, SetColItemData, SetItemData, SetRowItemData methods

DLL Correspondence

SSGetColUserData function

Copyright © GrapeCity, inc. All rights reserved.