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


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

    Parameters

    worksheet
    viewRow
    viewColumn
    minRow
    minCol
    maxRow
    maxCol
    borderIndex
    tag
    extend
    forLayout
    layoutPositionIndex
    See Also