Spread Windows Forms 15.0
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / CellTypeDlgV3 Class / InitValues Method
Cell Type
Data


In This Topic
    InitValues Method
    In This Topic
    Sets the initial values to the cell type dialog.
    Syntax
    'Declaration
     
    
    Public Sub InitValues( _
       ByVal celltype As ICellType, _
       ByVal data As Object _
    ) 
    'Usage
     
    
    Dim instance As CellTypeDlgV3
    Dim celltype As ICellType
    Dim data As Object
     
    instance.InitValues(celltype, data)
    public void InitValues( 
       ICellType celltype,
       object data
    )

    Parameters

    celltype
    Cell Type
    data
    Data
    See Also