Obsolete Members
GemBox.Spreadsheet changes over time. Each new version adds new types and type members that provide new functionality. Existing types and their members also change over time. For example, some methods are superseded by newer methods that are either more convenient or more full-featured.
GemBox.Spreadsheet strives to support backward compatibility (allowing applications that were developed with one version of GemBox.Spreadsheet to run on the next version of GemBox.Spreadsheet). This makes it difficult to simply remove a type or a type member. Instead, GemBox.Spreadsheet indicates that a type or a type member should no longer be used by marking it as obsolete or deprecated. Deprecating a type or a member involves marking it so that developers are aware it will go away and have time to respond to its removal. However, existing code that uses the type or member continues to run in the new version of GemBox.Spreadsheet.
Obsolete Lists for Previous Versions
GemBox.Spreadsheet 4.5 Obsolete List
GemBox.Spreadsheet 3.9 Obsolete List
GemBox.Spreadsheet 3.7 Obsolete List