For the flexgrid in VB.net, I am using Version 4.6.20131.765.
Can you please help me with the following conversion between the models.
fa.ColDataType(5) = flexDTDate >>> fa.set_ColDataType(5, flexDTDate) How do I set flexDTDate with this version?
fa.LoadArray(my_array) >>> ????
With below, how do I deal with blanks between spaces as below?
fa.Subtotal(flexSTSum, 1, 9, , Color.Yellow) >>> ???? |
|