ComponentOne List for WinForms
C1.Win.C1List.ListBase Namespace / C1ListBase Class / UnboundGetRelativeBookmak Method

In This Topic
    UnboundGetRelativeBookmak Method (C1ListBase)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Function UnboundGetRelativeBookmak( _
       ByVal start As Integer, _
       ByVal offset As Integer _
    ) As Integer
    protected virtual int UnboundGetRelativeBookmak( 
       int start,
       int offset
    )

    Parameters

    start
    offset
    See Also