SetOutlineBorder Method (FormatCells)
In This Topic
Internal use only.
Syntax
'Declaration
Public Shared Sub SetOutlineBorder( _
ByVal As IRange, _
ByVal As BorderLineStyle, _
ByVal As Color, _
ByVal As Boolean, _
ByVal As Boolean, _
ByVal As Boolean, _
ByVal As Boolean _
)
'Usage
Dim range As IRange
Dim borderLineStyle As BorderLineStyle
Dim borderColor As Color
Dim left As Boolean
Dim top As Boolean
Dim right As Boolean
Dim bottom As Boolean
FormatCells.SetOutlineBorder(range, borderLineStyle, borderColor, left, top, right, bottom)
public static void SetOutlineBorder(
IRange ,
BorderLineStyle ,
Color ,
bool ,
bool ,
bool ,
bool
)
Parameters
- range
- borderLineStyle
- borderColor
- left
- top
- right
- bottom
See Also