Posted 27 September 2018, 5:46 pm EST
Hi,
We had PropertyChanged method in SpreadCom version 8 in VB6. the code is as below.
Public Property Let RetainSelBlock(ByVal New_RetainSelBlock As Boolean)
sprSpread.RetainSelBlock() = New_RetainSelBlock
PropertyChanged “RetainSelBlock”
End Property
but what is the equivalent of the PropertyChanged in dot net with spreadCOM version 8?