Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Styles Class / GetFlatRenderBorder Method
A Worksheet object indicates the worksheet.
An integer value indicates the row index.
An integer value indicates the column index.
Indicates which border sides are applied from Cf.
Indicates whether the setting of conditional formatting is applied.


In This Topic
    GetFlatRenderBorder Method
    In This Topic
    Gets the rendered border of the specified cell.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetFlatRenderBorder( _
       ByVal worksheet As Worksheet, _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByRef borderFromCf As BorderSides, _
       Optional ByVal allowCf As Boolean _
    ) As Border
    'Usage
     
    
    Dim instance As Styles
    Dim worksheet As Worksheet
    Dim row As Integer
    Dim column As Integer
    Dim borderFromCf As BorderSides
    Dim allowCf As Boolean
    Dim value As Border
     
    value = instance.GetFlatRenderBorder(worksheet, row, column, borderFromCf, allowCf)
    public virtual Border GetFlatRenderBorder( 
       Worksheet worksheet,
       int row,
       int column,
       out BorderSides borderFromCf,
       bool allowCf
    )

    Parameters

    worksheet
    A Worksheet object indicates the worksheet.
    row
    An integer value indicates the row index.
    column
    An integer value indicates the column index.
    borderFromCf
    Indicates which border sides are applied from Cf.
    allowCf
    Indicates whether the setting of conditional formatting is applied.
    See Also