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