Spread Windows Forms 15.0
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()
    int[] GetBorderStyle()
    See Also