Represents the cell type editor dialog for the specified FarPoint Spread.
            
            
            
Syntax
| Visual Basic (Usage) |  Copy Code | 
|---|
Dim spread As FpSpread
Dim DefaultCellType As DesignerMain.CellTypeEnum
Dim value As Boolean
 
value = ExternalDialogs.CellTypeEditor(spread, DefaultCellType)  | 
 
            Parameters
- spread
 
- FarPoint Spread
 - DefaultCellType
 
- Celltype enum to load if celltype of select cell is nothing
 
            
             
            
						
            
            
            
            
            
            
            
Requirements
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8
 
            
            
See Also