[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.ListGridLinesInfo

ListGridLinesInfo Class

Represents a ListGridLinesInfo class that defines list grid lines.

Inheritance
ListGridLinesInfo
Implements
Namespace: GrapeCity.Win.Spread.InputMan.CellType
Assembly: GrapeCity.Win.PluginInputMan.dll
Syntax
[TypeConverter(typeof(ListGridLineConverter))]
public class ListGridLinesInfo : ISerializable
<TypeConverter(GetType(ListGridLineConverter))>
Public Class ListGridLinesInfo
    Implements ISerializable

Constructors

Name Description
ListGridLinesInfo()

Initializes a new instance of the ListGridLinesInfo class.

ListGridLinesInfo(SerializationInfo, StreamingContext)

Initializes a new instance of this class.

Properties

Name Description
HorizontalLines

Gets or sets the style for horizontal lines.

VerticalLines

Gets or sets the style for vertical lines.

Methods

Name Description
GetObjectData(SerializationInfo, StreamingContext)

Gets the object data.

ResetHorizontalLines()

Resets the horizontal lines to the default.

ResetVerticalLines()

Resets the vertical lines to the default.

ShouldSerializeHorizontalLines()

Specifies whether the horizontal lines should be serialized.

ShouldSerializeVerticalLines()

Specifies whether the vertical lines should be serialized.