[]
DEMOS
DOCS
API
SAMPLES
DOWNLOAD
dotnet-api
C1.CalcEngine Assembly
C1.CalcEngine.ExpressionEngine
Interfaces
IExpressionEngine
Methods
GetFieldNames
dotnet-api
C1.CalcEngine Assembly
C1.CalcEngine
C1.CalcEngine.ExcelEngine
C1.CalcEngine.ExpressionEngine
Classes
Structs
Enums
Interfaces
IExpression
IExpressionEngine
Properties
Methods
AddError
ClearErrors
GetErrors
GetFieldNames
GetItemsCount
GetValue
Parse
IExpressionSyntax
C1.CalcEngine.VBAEngine
(Showing Draft Content)
C1.CalcEngine.ExpressionEngine.IExpressionEngine.GetFieldNames
GetFieldNames Method
GetFieldNames()
Gets the data source field names.
Declaration
IEnumerable<string> GetFieldNames()
Returns
Type
Description
IEnumerable
<
string
>