Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Styles Class / GetCommonBorder Method
The current working cell range.


In This Topic
    GetCommonBorder Method
    In This Topic
    Gets the common border settings of the specified range.
    Syntax
    'Declaration
     
    
    Public Shared Function GetCommonBorder( _
       ByVal ranges As IRange _
    ) As Border
    'Usage
     
    
    Dim ranges As IRange
    Dim value As Border
     
    value = Styles.GetCommonBorder(ranges)
    public static Border GetCommonBorder( 
       IRange ranges
    )

    Parameters

    ranges
    The current working cell range.

    Return Value

    The common border settings of the specified range.
    Remarks
    Only cell layer's border settings are processed.
    See Also