Skip to content

42b28e0d d9f2 df3e f26d 0848934a9304

Fernando Garcia edited this page May 8, 2018 · 1 revision

FieldsModel.GetRange Method (KnownAggregateLocation)

Additional header content

Gets an enumerator to a list of fields that meet the test of being added at the indicated position and this is visible.

Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public IEnumerable<BaseDataFieldModel> GetRange(
	KnownAggregateLocation location
)

VB

Public Function GetRange ( 
	location As KnownAggregateLocation
) As IEnumerable(Of BaseDataFieldModel)

Parameters

 

location
Type: iTin.Export.Model.KnownAggregateLocation
Table position

Return Value

Type: IEnumerable(BaseDataFieldModel)
Enumerator that contains list of fields that meet the condition and is visible.

Remarks

[Missing documentation for "M:iTin.Export.Model.FieldsModel.GetRange(iTin.Export.Model.KnownAggregateLocation)"]

See Also

Reference

FieldsModel Class
GetRange Overload
iTin.Export.Model Namespace

Clone this wiki locally