Posted 14 June 2024, 2:15 am EST
Hello,
when I use the “LegacyBehaviors” property I get a “System.NullReferenceException” when I try to modify the number of lines of the spread (for example)
spread Windows form v 17.1.20241.0
ex :
Line 1 : fpSpread1.LegacyBehaviors = FarPoint.Win.Spread.LegacyBehaviors.PropertyDefaults;
Line 2 : fpSpread1_Sheet1.Rows.Count = 5; ===> NullReferenceException