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

Glossary Item Box

TypeCustomName Property


See Also    DLL

Applies To

fpSpread control

Description

Sets or returns the name for the custom cell type. This property is available at run time only.

Syntax

C++

CString CSpreadSheet::GetTypeCustomName( );
void CSpreadSheet::SetTypeCustomName(LPCTSTR value);

Visual Basic

[form.]fpSpread.TypeCustomName[ = text$]

Remarks

Set TypeCustomStyle and TypeCustomName before setting the CellType property

To use the TypeCustomName property, specify the sheet with which you want to work by setting the Sheet property. Then specify the cell or cells to which to apply the property, as described in Using Column and Row Properties. Once you set the TypeCustomName property for a cell or cells, any subsequent custom cells you create will use the same TypeCustomName setting unless you reset it for those cells.

The TypeCustomName property does not have an effect unless the CellType property is set to 16 (Custom) for the specified cell or cells.

Data Type

String

See Also

Variations in Windows Regional Settings or Options
Creating Custom Cells

CellType, Sheet, TypeCustomItemData, TypeCustomStyle properties

DLL Correspondence

SSAddCustomCellType function

Copyright © GrapeCity, inc. All rights reserved.