[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.BorderLine

BorderLine Struct

Represent the line settings of border.

Implements
Namespace: GrapeCity.Spreadsheet
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public struct BorderLine : IEquatable<BorderLine>
Public Structure BorderLine
    Implements IEquatable(Of BorderLine)

Constructors

Name Description
BorderLine(BorderLineStyle, Color)

Initializes a new instance of the BorderLine struct.

Fields

Name Description
Empty

Represents no border line; so the default border line should be used to paint.

NoLine

Represents no border line; so the default border line should be used to paint.

Properties

Name Description
Color

Gets the color of the border line.

Style

Gets the style of the border line.

Methods

Name Description
Equals(BorderLine)

Indicates whether the current object is equal to another object of the same type.

Equals(object)

Determines whether the specified object is equal to this instance.

GetHashCode()

Returns a hash code for this instance.