Spread Windows Forms 10.0 Product Documentation
CellTypeEditor(FpSpread,CellTypeEnum) Method
Example 


FarPoint Spread
Celltype enum to load if celltype of select cell is nothing
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)
public static bool CellTypeEditor( 
   FpSpread spread,
   DesignerMain.CellTypeEnum DefaultCellType
)

Parameters

spread
FarPoint Spread
DefaultCellType
Celltype enum to load if celltype of select cell is nothing
Example
This example loads the cell type editor.
FarPoint.Win.Spread.Design.ExternalDialogs.CellTypeEditor(fpSpread1, FarPoint.Win.Spread.Design.DesignerMain.CellTypeEnum.ButtonCellType);
FarPoint.Win.Spread.Design.ExternalDialogs.CellTypeEditor(FpSpread1, FarPoint.Win.Spread.Design.DesignerMain.CellTypeEnum.ButtonCellType)
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

ExternalDialogs Class
ExternalDialogs Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.