ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1DataView Class / Position Property

In This Topic
    Position Property
    In This Topic
    Returns the position of current C1ViewRow in the System.Windows.Forms.CurrencyManager that services this C1DataView.
    Syntax
    'Declaration
     
    Public Property Position As System.Integer
    public System.int Position {get; set;}
    See Also