Spread Windows Forms 12.0 Product Documentation
ApplyBorder Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IBorders Interface : ApplyBorder Method
The border's setting
Apply border setting for whole the border
Syntax
'Declaration
 
Sub ApplyBorder( _
   ByVal border As Border _
) 
'Usage
 
Dim instance As IBorders
Dim border As Border
 
instance.ApplyBorder(border)
void ApplyBorder( 
   Border border
)

Parameters

border
The border's setting
See Also

Reference

IBorders Interface
IBorders Members