[]
        
(Showing Draft Content)

FarPoint.Web.Spread.PreviewRowInfo

PreviewRowInfo Class

Represents the preview row information.

Inheritance
PreviewRowInfo
Namespace: FarPoint.Web.Spread
Assembly: FarPoint.Web.Spread.dll
Syntax
[TypeConverter(typeof(ExpandableObjectConverter))]
public class PreviewRowInfo : ICanSerializeXml, ISerializeSupport
<TypeConverter(GetType(ExpandableObjectConverter))>
Public Class PreviewRowInfo
    Implements ICanSerializeXml, ISerializeSupport

Constructors

Name Description
PreviewRowInfo()

Creates a set of preview row information.

Properties

Name Description
BackColor

Gets or sets the background color of the preview row information.

Background

Gets or sets the background of the preview row information.

Border

Gets or sets the border of the preview row information.

CanSerializeXml

Gets whether the preview row information can be rendered with XML in its entirety without losing any information.

CssClass

Gets or sets the CSS class name.

Font

Gets or sets the font settings of the preview row information.

ForeColor

Gets or sets the text color of the preview row information.

HorizontalAlign

Gets or sets the horizontal alignment of the preview row information.

IsEmpty

Gets a value that indicates whether this instance is empty.

Margin

Gets or sets the margin.

VerticalAlign

Gets or sets the vertical alignment of the preview row information.

Methods

Name Description
Deserialize(XmlNodeReader)

Loads the preview row information from XML.

GetAppearance(Appearance)

Copies the appearance settings.

Reset()

Resets the preview row information.

Serialize(XmlTextWriter)

Saves the preview row information to XML.