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


In This Topic
    GetBorderStyleInternal Method (EnhancedBorderExcelXFormat)
    In This Topic
    Gets border style.
    Syntax
    'Declaration
     
    
    Protected Function GetBorderStyleInternal() As Integer()
    'Usage
     
    
    Dim instance As EnhancedBorderExcelXFormat
    Dim value() As Integer
     
    value = instance.GetBorderStyleInternal()
    protected int[] GetBorderStyleInternal()

    Return Value

    An array of System.Int32 values
    See Also