[]
DEMOS
DOCS
API
SAMPLES
DOWNLOAD
dotnet-api
C1.CalcEngine Assembly
C1.CalcEngine.VBAEngine
Classes
VBAEngine
Methods
GetItemsCount
dotnet-api
C1.CalcEngine Assembly
C1.CalcEngine
C1.CalcEngine.ExcelEngine
C1.CalcEngine.ExpressionEngine
C1.CalcEngine.VBAEngine
Classes
VBAEngine
Constructors
Properties
Methods
AddVariable
GetFieldNames
GetItemsCount
GetValue
ParseIdentifier
VBASemanticDictionary
(Showing Draft Content)
C1.CalcEngine.VBAEngine.VBAEngine.GetItemsCount
GetItemsCount Method
GetItemsCount(IExpression)
Gets a count of data source items.
Declaration
public override int GetItemsCount(IExpression expression)
Parameters
Type
Name
Description
IExpression
expression
Returns
Type
Description
int
Overrides
ExpressionEngine.GetItemsCount(IExpression)