CalcEngine for .NET
C1.CalcEngine.VBAEngine Namespace / VBAEngine Class / GetItemsCount Method

In This Topic
    GetItemsCount Method (VBAEngine)
    In This Topic
    Gets a count of data source items.
    Syntax
    'Declaration
     
    
    Public Overrides Function GetItemsCount( _
       ByVal expression As IExpression _
    ) As Integer
    public override int GetItemsCount( 
       IExpression expression
    )

    Parameters

    expression
    See Also