Spread Windows Forms 17
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / CustomDropCellType Class / CustomDropCellType Constructor
X coordinate
Y coordinate


In This Topic
    CustomDropCellType Constructor
    In This Topic
    Creates a new custom drop cell type.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal x As Integer, _
       ByVal y As Integer _
    )
    'Usage
     
    
    Dim x As Integer
    Dim y As Integer
     
    Dim instance As New CustomDropCellType(x, y)
    public CustomDropCellType( 
       int x,
       int y
    )

    Parameters

    x
    X coordinate
    y
    Y coordinate
    See Also