<
OLAP for WPF and Silverlight | ComponentOne
C1.Silverlight.Olap Namespace / C1OlapGrid Class / CreateBoundRow Method

In This Topic
    CreateBoundRow Method (C1OlapGrid)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Function CreateBoundRow( _
       ByVal dataItem As Object _
    ) As Row
    protected virtual Row CreateBoundRow( 
       object dataItem
    )

    Parameters

    dataItem
    See Also