Cell.AutoSum Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Inserts an = (Formula) field that calculates and displays the sum of the values in table cells above or to the left of the cell specified in the expression.
public:
void AutoSum();
public void AutoSum ();
abstract member AutoSum : unit -> unit
Public Sub AutoSum ()
Remarks
For information about how Microsoft Word determines which values to add, see the Formula(Object, Object) method.