Spread Windows Forms 12.0 Product Documentation
SetBorderColor Method


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > CharBoxInfoCollection Class : SetBorderColor Method
A System.Drawing.Color indicate the color of line.
Set the System.Drawing.Color of all Border of each CharBoxInfo in this collection
Syntax
'Declaration
 
Public Sub SetBorderColor( _
   ByVal color As Color _
) 
'Usage
 
Dim instance As CharBoxInfoCollection
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

Reference

CharBoxInfoCollection Class
CharBoxInfoCollection Members
Border