ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1ViewColumnCalculateEventArgs Class / Row Property

In This Topic
    Row Property (C1ViewColumnCalculateEventArgs)
    In This Topic
    Gets the C1ViewRow in which the C1ViewColumn value is being calculated.
    Syntax
    'Declaration
     
    Public ReadOnly Property Row As C1ViewRow
    public C1ViewRow Row {get;}
    See Also