Enum BorderType

BorderType enumeration

Specifies the border type for a gridCell.

public enum BorderType

Values

NameValueDescription
Left0GridCell has Left border.
Right1GridCell has Right border.
Top2GridCell has Top border.
Bottom3GridCell has Bottom border.
DiagonalDown4GridCell has DiagonalDown border.
DiagonalUp5GridCell has DiagonalUp border.

See Also