Range.Calculate Method
Calculates a mathematical expression within a range.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Function Calculate As Single
'Usage
Dim instance As Range
Dim returnValue As Single
returnValue = instance.Calculate()
float Calculate()
Return Value
Type: System.Single