Dear All,
Today , We will see, AutoSum of Matrix Column through SDK.
Today , We will see, AutoSum of Matrix Column through SDK.
SAPbouiCOM.Column oColumn;
oColumn = (SAPbouiCOM.Column)oMatrixItem.Columns.Item("COLUID");
oColumn.ColumnSetting.SumType = BoColumnSumType.bst_Auto;