Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CharBoxCollection Class / SetBorderColor Method
A System.Drawing.Color indicate the color of line.


In This Topic
    SetBorderColor Method (CharBoxCollection)
    In This Topic
    Set the System.Drawing.Color of all Border of each CharBox in this collection
    Syntax
    'Declaration
     
    
    Public Sub SetBorderColor( _
       ByVal color As Color _
    ) 
    'Usage
     
    
    Dim instance As CharBoxCollection
    Dim color As Color
     
    instance.SetBorderColor(color)
    public void SetBorderColor( 
       Color color
    )

    Parameters

    color
    A System.Drawing.Color indicate the color of line.
    See Also