Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Dialogs Namespace / BuiltInDialogs Class / CellTypes Method
The current cell type.


In This Topic
    CellTypes Method
    In This Topic
    Gets the cell type setting dialog.
    Syntax
    'Declaration
     
    
    Public Shared Function CellTypes( _
       ByVal spread As FpSpread, _
       ByVal cellType As ICellType _
    ) As Form
    'Usage
     
    
    Dim spread As FpSpread
    Dim cellType As ICellType
    Dim value As Form
     
    value = BuiltInDialogs.CellTypes(spread, cellType)
    public static Form CellTypes( 
       FpSpread spread,
       ICellType cellType
    )

    Parameters

    spread
    cellType
    The current cell type.
    See Also