Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PreviewRowInfo Class
Properties Methods Events

In This Topic
    PreviewRowInfo Class Members
    In This Topic

    The following tables list the members exposed by PreviewRowInfo.

    Public Constructors
     NameDescription
    Public Constructor Initializes a new instance of the PreviewRowInfo class.  
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets the background color for preview row.  
    Public Property Gets or sets the border for preview row.  
    Public Property Gets or sets the column index of preview row bound to.  
    Public Property Gets or sets the font settings for preview row.  
    Public Property Gets or sets the text color for preview row.  
    Public Property Gets or sets the height for preview row.  
    Public Property Gets or sets the horizontal alignment of the content for preview row.  
    Public Property Gets or sets the amount of spaces to preview row in pixels.  
    Public Property Gets or sets the vertical alignment of the content for preview row.  
    Public Property Gets or sets a value indicating whether preview row is visible.  
    Top
    Public Methods
     NameDescription
    Public Method Loads preview row information from XML.  
    Public MethodPopulates a System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object.  
    Public Method Resets this instance to default value.  
    Public Method Resets the BackColor property to its default value.  
    Public Method Resets the Border property to its default value.  
    Public Method Resets the ColumnIndex property to its default value.  
    Public Method Resets the Font property to its default value.  
    Public Method Resets the ForeColor property to its default value.  
    Public Method Resets the Height property to its default value.  
    Public Method Resets the HorizontalAlignment property to its default value.  
    Public Method Resets the Padding property to its default value.  
    Public Method Resets the VerticalAlignment property to its default value.  
    Public Method Resets the Visible property to its default value.  
    Public Method Saves preview row information to XML.  
    Top
    Public Events
     NameDescription
    Public Event Occurs when a property value changes.  
    Top
    See Also