In This Topic
Gets the common border settings of the specified range.
Syntax
'Declaration
Public Shared Function GetCommonBorder( _
ByVal As IRange _
) As Border
'Usage
Dim ranges As IRange
Dim value As Border
value = Styles.GetCommonBorder(ranges)
public static Border GetCommonBorder(
IRange
)
Parameters
- ranges
- The current working cell range.
Return Value
The common border settings of the specified range.
See Also