Spread 8.0 Documentation
Example
Support Options

Glossary Item Box

Example


The following example sets the item data.

C++

// Set the data
m_Spread.SetCol(2);
m_Spread.SetRow(2);
m_Spread.SetTypeCusomItemData('test');

Visual Basic

' Set the data
fpSpread1.Col = 21
fpSpread1.Row = 2
fpSpread1.TypeCustomItemData = "test"

Copyright © GrapeCity, inc. All rights reserved.