Version

ListCalculations Property

List calculations. These calculations are done across all the items of the list, like "sum([A])" where A is a property of the data items in the Items collection. One can also refer to other item or list calculations using ReferenceIds.
Syntax
'Declaration
 
Public ReadOnly Property ListCalculations As ListCalculationCollection
public ListCalculationCollection ListCalculations {get;}
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also