Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelXFormat Class / GetBorderColorInternal Method


In This Topic
    GetBorderColorInternal Method
    In This Topic
    Gets border colors.
    Syntax
    'Declaration
     
    
    Protected Function GetBorderColorInternal() As Color()
    'Usage
     
    
    Dim instance As ExcelXFormat
    Dim value() As Color
     
    value = instance.GetBorderColorInternal()
    protected Color[] GetBorderColorInternal()

    Return Value

    An array of System.Drawing.Color objects.
    See Also