BCGControlBar Library for .NET
ApplyBorderStyleToSelection Method




Specifies border style to apply.
Specifies to what sides of cells apply the border style.
Applies border style to selected items.
Syntax
'Declaration
 
Public Overridable Sub ApplyBorderStyleToSelection( _
   ByVal borderStyle As GridCellBorderStyle, _
   ByVal options As ApplyBorderStyleOptions _
) 
'Usage
 
Dim instance As GridControl
Dim borderStyle As GridCellBorderStyle
Dim options As ApplyBorderStyleOptions
 
instance.ApplyBorderStyleToSelection(borderStyle, options)
public virtual void ApplyBorderStyleToSelection( 
   GridCellBorderStyle borderStyle,
   ApplyBorderStyleOptions options
)
public: virtual void ApplyBorderStyleToSelection( 
   GridCellBorderStyle* borderStyle,
   ApplyBorderStyleOptions options
) 
public:
virtual void ApplyBorderStyleToSelection( 
   GridCellBorderStyle^ borderStyle,
   ApplyBorderStyleOptions options
) 

Parameters

borderStyle
Specifies border style to apply.
options
Specifies to what sides of cells apply the border style.
Remarks
Call this function to set borders to selected items.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GridControl Class
GridControl Members

Send Feedback