BorderElement Class
Have border elements Syncfusion.Windows.Forms.CellGrid.BorderElement.Pen and information (StartIndex, EndIndex, Length)
Inheritance
System.Object
BorderElement
Namespace: Syncfusion.Windows.Forms.CellGrid
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public class BorderElement : Object
Constructors
BorderElement(Pen, Int32, Int32)
Declaration
public BorderElement(Pen pen, int start, int end)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Drawing.Pen | pen | |
| System.Int32 | start | |
| System.Int32 | end |