[]
        
(Showing Draft Content)

FarPoint.Win.Spread.GridLine

GridLine Class

Represents the grid lines.

Inheritance
GridLine
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
[TypeConverter(typeof(_wh))]
public class GridLine : ISerializable, ISerializeSupport
<TypeConverter(GetType(_wh))>
Public Class GridLine
    Implements ISerializable, ISerializeSupport

Constructors

Name Description
GridLine()

Creates a new grid line.

GridLine(GridLineType)

Creates a new grid line of the specified line type.

GridLine(GridLineType, Color)

Creates a new grid line of the specified line type and color.

GridLine(GridLineType, Color, Color, Color)

Creates a new grid line of the specified line type and colors.

GridLine(GridLineType, Color, Color, Color, int)

Creates a new grid line of the specified line type, colors, and width.

GridLine(SerializationInfo, StreamingContext)

Represents the grid lines.

Properties

Name Description
Color

Gets the color of the grid lines.

HighlightColor

Gets the highlight color for the grid lines.

ShadowColor

Gets the shadow color for the grid lines.

Type

Gets whether to display the grid lines and the type of grid lines to display.

Width

Gets the width of the grid lines.

Methods

Name Description
Deserialize(XmlNodeReader)

Loads the grid line from XML.

GetObjectData(SerializationInfo, StreamingContext)

Populates the SerializationInfo class with information about the GridLine object.

Serialize(XmlTextWriter)

Saves the grid line to XML.

ShouldSerializeWidth()

Gets whether the Width property should be serialized.