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


In This Topic
    GetBorderColorInternal Method (ExcelXFormat)
    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