Objective Grid for Microsoft® .NET® Reference Guide

CellBorders Constructor

Back to Class Index

Default constructor.

Overload List

Default constructor.

public CellBorders();

Creates a CellBorders using the specified OGPen for all sides.

public CellBorders(OGPen);

Creates a Cell Borders using two different OGPen objects for the left and right sides, and the top and bottom sides.

public CellBorders(OGPen,OGPen);

Creates a CellBorders using four different OGPens for the left, top, right, and bottom sides.

public CellBorders(OGPen,OGPen,OGPen,OGPen);

See Also

CellBorders Class | CellBorders Members | Stingray.Grid Namespace