[This is preliminary documentation and is subject to change.]
The array of fields total
Namespace:
OfficeClip.BusinessLayer.Metabase.FilterAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public int[] RTotalFields { get; set; } |
Visual Basic (Declaration) |
---|
Public Property RTotalFields As Integer() |
Visual C++ |
---|
public: property array<int>^ RTotalFields { array<int>^ get (); void set (array<int>^ value); } |