Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Styles Class / GetCommonDisplayBorder(IRange,Boolean) Method
working range
true if the merged cell is processed as one cell; otherwise, process all as normal cells.


In This Topic
    GetCommonDisplayBorder(IRange,Boolean) Method
    In This Topic
    Gets the common border setting of the specified range.
    Syntax
    '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.
    See Also