'Declaration
Public Shared Function GetCommonDisplayBorder( _ ByVal ranges As IRange, _ ByVal skipMergedCells As Boolean _ ) As Border
'Usage
Dim ranges As IRange Dim skipMergedCells As Boolean Dim value As Border value = Styles.GetCommonDisplayBorder(ranges, skipMergedCells)
public static Border GetCommonDisplayBorder( IRange ranges, bool skipMergedCells )
Parameters
- ranges
- working range
- skipMergedCells
true
if the merged cell is processed as one cell; otherwise, process all as normal cells.
Return Value
The common border settings of the specified range.