Home › Forums › WinForms controls › Xceed Grid for WinForms › SummaryCell › Reply To: SummaryCell
Dim ix As Integer
For ix = 5 To 10
mysummarycell = CType(mysummaryrow.Cells(ix), SummaryCell)
With mysummarycell
.StatFunction = StatFunction.Sum
‘.TitleFormat = “TEST”
End With
Next
Imported from legacy forums. Posted by Brian (had 372 views)