Table of Contents

TTokenLambdaCallName.ArgumentCount Property

The number of arguments for the function. The last argument is the Name to be called. For example the function "=MyName(4,3) will have 3 arguments: 4, 3, and the name MyName.

Syntax

Namespace: FlexCel.Core

public Int32 ArgumentCount { get; set; }

See also