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


In This Topic
    GetBorderColor Method (ExcelXFormat)
    In This Topic
    GetBorderColor (left, right, top, bottom, diagonal)
    Syntax
    'Declaration
     
    
    Public Overridable Function GetBorderColor() As Color()
    'Usage
     
    
    Dim instance As ExcelXFormat
    Dim value() As Color
     
    value = instance.GetBorderColor()
    public virtual Color[] GetBorderColor()
    See Also