Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / EnhancedBorderExcelXFormat Class / GetBorderStyle Method


In This Topic
    GetBorderStyle Method (EnhancedBorderExcelXFormat)
    In This Topic
    Get border style.
    Syntax
    'Declaration
     
    
    Public Overrides Function GetBorderStyle() As Integer()
    'Usage
     
    
    Dim instance As EnhancedBorderExcelXFormat
    Dim value() As Integer
     
    value = instance.GetBorderStyle()
    public override int[] GetBorderStyle()

    Return Value

    An array of System.Int32values.
    See Also