Spread Windows Forms 15.0
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / ExternalDialogs Class / CellTypeEditor Method / CellTypeEditor(FpSpread) Method
FarPoint Spread


In This Topic
    CellTypeEditor(FpSpread) 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 _
    ) As Boolean
    'Usage
     
    
    Dim spread As FpSpread
    Dim value As Boolean
     
    value = ExternalDialogs.CellTypeEditor(spread)
    public static bool CellTypeEditor( 
       FpSpread spread
    )

    Parameters

    spread
    FarPoint Spread
    See Also