Gets or sets the border for a cell.
'Declaration
Public Property Border As Border
'Usage
Dim instance As Cell
Dim value As Border
instance.Border = value
value = instance.Border
public Border Border {get; set;}
Property Value
Border object with border of the cell
This example creates a Cell object, sets in BackColor and ForeColor properties, defines it as a CheckBox cell type, and puts a border around it. When the user edits the cell and checks the CheckBox, the text of the cell changes.