Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / UniversalCellType Class / GetReservedObject Method


In This Topic
    GetReservedObject Method (UniversalCellType)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetReservedObject( _
       ByVal e As MouseEventArgs, _
       ByVal modifiedKeys As Keys, _
       ByVal rc As Rectangle, _
       ByVal sheetView As SheetView, _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal value As Object _
    ) As Object
    'Usage
     
    
    Dim instance As UniversalCellType
    Dim e As MouseEventArgs
    Dim modifiedKeys As Keys
    Dim rc As Rectangle
    Dim sheetView As SheetView
    Dim row As Integer
    Dim column As Integer
    Dim value As Object
    Dim value As Object
     
    value = instance.GetReservedObject(e, modifiedKeys, rc, sheetView, row, column, value)

    Parameters

    e
    modifiedKeys
    rc
    sheetView
    row
    column
    value
    See Also