Spread 8.0 Documentation
Example
Support Options

Glossary Item Box

Example


The following example retrieves a custom name.

C++

CString s;
s = m_Spread.GetCustomName("Alpha");

Visual Basic

Dim s As String
s = fpSpread1.GetCustomName("Beta")

Copyright © GrapeCity, inc. All rights reserved.