GetCustomCellType Method
Applies To
fpSpread control
Description
Gets a custom cell type.
Syntax
C++
BOOL CSpreadSheet::GetCustomCellType(LPCTSTR Name, BOOL Editable,BOOL CanOverflow, BOOL CanBeOverflown);
Visual Basic
fpSpread.GetCustomCellType(ByVal Name As String, ByVal Editable As Boolean,ByVal CanOverflow As Boolean,ByVal CanBeOverflown As Boolean) As Boolean
Parameters
The following parameters are available:
Parameter | Description |
---|---|
Name | Name of the custom cell for which to return information |
Editable | Information about the editable state |
CanOverflow | Information about whether the cell can over flow into the next cell |
CanBeOverflown | Information about whether another cell can over flow into the cell |
Remarks
This method is applied to the entire workbook, including all sheets in the control. Add code to the appropriate events to create the custom cell.
Return Type
True if successful; otherwise, False.
See Also
Creating and Using Custom Functions
CustomFunction event
TypeCustomName,Type CustomStyle properties
EnumCustomCellType, AddCustomCellType, RemoveCustomCellType methods
DLL Correspondence
SSGetCustomCellType function