Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelXFormat Class / GetBorderStyle Method


In This Topic
GetBorderStyle Method (ExcelXFormat)
In This Topic
GetBorderStyles (left, right, top, bottom, diagonal)
Syntax
'Declaration
 
Public Overridable Function GetBorderStyle() As Integer()
 
'Usage
 
Dim instance As ExcelXFormat
Dim value() As Integer
 
value = instance.GetBorderStyle()
See Also