Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / BorderLayoutEngine Class / GetBorderLine Method / GetBorderLine(Worksheet,Int32,Int32,Int32,Int32,Int32,Int32,BordersIndex,Boolean,BordersIndex) Method


In This Topic
    GetBorderLine(Worksheet,Int32,Int32,Int32,Int32,Int32,Int32,BordersIndex,Boolean,BordersIndex) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Function GetBorderLine( _
       ByVal worksheet As Worksheet, _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal minRow As Integer, _
       ByVal minCol As Integer, _
       ByVal maxRow As Integer, _
       ByVal maxCol As Integer, _
       ByVal borderIndex As BordersIndex, _
       Optional ByVal forLayout As Boolean, _
       Optional ByVal layoutPositionIndex As BordersIndex _
    ) As BorderLine
    'Usage
     
    
    Dim instance As BorderLayoutEngine
    Dim worksheet As Worksheet
    Dim row As Integer
    Dim column As Integer
    Dim minRow As Integer
    Dim minCol As Integer
    Dim maxRow As Integer
    Dim maxCol As Integer
    Dim borderIndex As BordersIndex
    Dim forLayout As Boolean
    Dim layoutPositionIndex As BordersIndex
    Dim value As BorderLine
     
    value = instance.GetBorderLine(worksheet, row, column, minRow, minCol, maxRow, maxCol, borderIndex, forLayout, layoutPositionIndex)

    Parameters

    worksheet
    row
    column
    minRow
    minCol
    maxRow
    maxCol
    borderIndex
    forLayout
    layoutPositionIndex
    See Also