Spread Windows Forms 17
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / CellTypeDlgV3 Class / ApplyData Method
Data


In This Topic
    ApplyData Method
    In This Topic
    Applies the data in the cell type dialog.
    Syntax
    'Declaration
     
    
    Public Sub ApplyData( _
       ByVal data As Object _
    ) 
    'Usage
     
    
    Dim instance As CellTypeDlgV3
    Dim data As Object
     
    instance.ApplyData(data)
    public void ApplyData( 
       object data
    )

    Parameters

    data
    Data
    See Also