Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelXFormat Class / SetBorderColorInternal Method
An array of System.Drawing.Color objects.


In This Topic
    SetBorderColorInternal Method (ExcelXFormat)
    In This Topic
    Set border colors.
    Syntax
    'Declaration
     
    
    Protected Sub SetBorderColorInternal( _
       ByVal colors() As Color _
    ) 
    'Usage
     
    
    Dim instance As ExcelXFormat
    Dim colors() As Color
     
    instance.SetBorderColorInternal(colors)
    protected void SetBorderColorInternal( 
       Color[] colors
    )

    Parameters

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