Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / EnhancedBorderExcelXFormat Class / SetBorderColor Method
An array of System.Drawing.Color objects.


In This Topic
    SetBorderColor Method (EnhancedBorderExcelXFormat)
    In This Topic
    Set border color.
    Syntax
    'Declaration
     
    
    Public Overrides Sub SetBorderColor( _
       ByVal colors() As Color _
    ) 
    'Usage
     
    
    Dim instance As EnhancedBorderExcelXFormat
    Dim colors() As Color
     
    instance.SetBorderColor(colors)
    public override void SetBorderColor( 
       Color[] colors
    )

    Parameters

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