FarPoint.Win.Spread
FpSpread Class
Members  See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : FpSpread Class


Represents the Spreadsheet component.

Object Model














Syntax

Visual Basic (Declaration) 
Public Class FpSpread 
   Inherits Control
   Implements IInternalCommunication, ISerializeDataISerializeDrawingISerializePresentationISerializeSettingsISerializeStylesISerializeSupport, IWindowlessChildSupport, IHostChildControls 
Visual Basic (Usage)Copy Code
Dim instance As FpSpread
C# 
public class FpSpread : Control, IInternalCommunication, ISerializeDataISerializeDrawingISerializePresentationISerializeSettingsISerializeStylesISerializeSupport, IWindowlessChildSupport, IHostChildControls  

Remarks

For more information on the component-level settings, refer to Customizing the Appearance of the Overall Component and Customizing Interaction in the Overall Component.

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            FarPoint.Win.Spread.FpSpread

See Also