BCGControlBar Library for .NET
ApplyBorderStyleToSelectionRange Method




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

Parameters

range
Specifies the range of items for which to apply the border style.
borderStyle
Specifies the border style to apply.
options
Specifies to what sides of cells apply the border style.
Remarks
Call this function to set borders to items within specified range.
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