CellFormat.Borders Property
Allows the user to set or return the search criteria based on the cell's border format.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property Borders As Borders
Get
Set
'Usage
Dim instance As CellFormat
Dim value As Borders
value = instance.Borders
instance.Borders = value
Borders Borders { get; set; }
Property Value
Type: Microsoft.Office.Interop.Excel.Borders