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


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

    Return Value

    An array of System.Int32 values
    See Also