Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelXFormat Class / SetBorderColorInternal Method
An array of System.Drawing.Color objects.


In This Topic
SetBorderColorInternal Method
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)

Parameters

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