At design time, clicking on the button in the Properties Window next to this property displays a dialog box with the FarPoint product version information.
The About dialog box displays the version number, component name, and version date of the Spread component.
MessageBox.Show(fpSpread1.About().ToString());
MessageBox.Show(FpSpread1.About().ToString())