Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IBorders Interface / ApplyBorder Method
The border's setting


In This Topic
ApplyBorder Method
In This Topic
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)

Parameters

border
The border's setting
See Also