show / hide menu

FindSum

This Function is used to Get the sum of values from mentioned collection control.

Syntax:
FindSum(ControlName, IsFromSelectedValues)
where
ControlName : Name of the collection control
IsFromSelectedValues :To find sum of selected values. Default is false


Example:
txtautocompletestatic.Value=FindSum(AutoCompleteTextBox1)
Sum of all values inAutoCompleteTextBox1 is displayed in txtautocompletestatic