Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelXF Interface / GetBorderStyle Method


In This Topic
GetBorderStyle Method (IExcelXF)
In This Topic
GetBorderStyle
Syntax
'Declaration
 
Function GetBorderStyle() As Integer()
 
'Usage
 
Dim instance As IExcelXF
Dim value() As Integer
 
value = instance.GetBorderStyle()
See Also