Spread WinForms 15
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / ExternalDialogs Class / CellTypeEditor Method / CellTypeEditor(FpSpread,CellTypeEnum) Method
FarPoint Spread
Celltype enum to load if celltype of select cell is nothing


In This Topic
CellTypeEditor(FpSpread,CellTypeEnum) Method
In This Topic
Represents the cell type editor dialog for the specified FarPoint Spread.
Syntax
'Declaration
 
Public Overloads Shared Function CellTypeEditor( _
   ByVal spread As FpSpread, _
   ByVal DefaultCellType As DesignerMain.CellTypeEnum _
) As Boolean
 
'Usage
 
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
See Also