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


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

    Parameters

    celltype
    Cell Type
    data
    Data
    See Also