ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapGrid Class / AddItem Method / AddItem(String) Method

In This Topic
    AddItem(String) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function AddItem( _
       ByVal item As System.String _
    ) As Row
    public Row AddItem( 
       System.string item
    )

    Parameters

    item
    See Also