Spread Windows Forms 6.0 Product Documentation
CellTypeEditor(FpSpread,CellTypeEnum) Method
See Also  Support Options
FarPoint.Win.Spread.Design Assembly > FarPoint.Win.Spread.Design Namespace > ExternalDialogs Class > CellTypeEditor Method : CellTypeEditor(FpSpread,CellTypeEnum) Method


spread
FarPoint Spread
DefaultCellType
Celltype enum to load if celltype of select cell is nothing

Glossary Item Box

Represents the cell type editor dialog for the specified FarPoint Spread.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function CellTypeEditor( _
   ByVal spread As FpSpread, _
   ByVal DefaultCellType As DesignerMain.CellTypeEnum _
) As Boolean
Visual Basic (Usage)Copy Code
Dim spread As FpSpread
Dim DefaultCellType As DesignerMain.CellTypeEnum
Dim value As Boolean
 
value = ExternalDialogs.CellTypeEditor(spread, DefaultCellType)
C# 
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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.