Version

ItemCalculations Property

Item calculations. These calculations are done across a single item, like "[A] + [B]" where A and B are properties of the data items in the Items collection. One can also refer to other item or list calculations using ReferenceIds. For example, if there's a calculation with 'Total' ReferenceId, one can have a formula like "[A] / [Total]".
Syntax
'Declaration
 
Public ReadOnly Property ItemCalculations As ItemCalculationCollection
public ItemCalculationCollection ItemCalculations {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