Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / BorderLayoutEngine Class / GetBorderLayout Method
The cell rectangle bound.
A value indicate the worksheet.
An integer value indicate the row index.
An integer value indicate the column index.


In This Topic
    GetBorderLayout Method
    In This Topic
    Get the layout of the border at the specify cell of worksheet.
    Syntax
    'Declaration
     
    
    Public Function GetBorderLayout( _
       ByVal rectangle As Rect, _
       ByVal extendRect As Rect, _
       ByVal worksheet As Worksheet, _
       ByVal startRow As Integer, _
       ByVal startCol As Integer, _
       ByVal endRow As Integer, _
       ByVal endCol As Integer, _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal isRightToLeft As Boolean, _
       ByVal minCompositeBorderRow As Integer, _
       ByVal minCompositeBorderColumn As Integer, _
       ByVal maxCompositBorderRow As Integer, _
       ByVal maxCompositeBorderColumn As Integer, _
       ByVal dpiX As Single, _
       ByVal dpiY As Single, _
       ByVal tag As Object _
    ) As CellBorderInfo
    'Usage
     
    
    Dim instance As BorderLayoutEngine
    Dim rectangle As Rect
    Dim extendRect As Rect
    Dim worksheet As Worksheet
    Dim startRow As Integer
    Dim startCol As Integer
    Dim endRow As Integer
    Dim endCol As Integer
    Dim row As Integer
    Dim column As Integer
    Dim isRightToLeft As Boolean
    Dim minCompositeBorderRow As Integer
    Dim minCompositeBorderColumn As Integer
    Dim maxCompositBorderRow As Integer
    Dim maxCompositeBorderColumn As Integer
    Dim dpiX As Single
    Dim dpiY As Single
    Dim tag As Object
    Dim value As CellBorderInfo
     
    value = instance.GetBorderLayout(rectangle, extendRect, worksheet, startRow, startCol, endRow, endCol, row, column, isRightToLeft, minCompositeBorderRow, minCompositeBorderColumn, maxCompositBorderRow, maxCompositeBorderColumn, dpiX, dpiY, tag)

    Parameters

    rectangle
    The cell rectangle bound.
    extendRect
    worksheet
    A value indicate the worksheet.
    startRow
    startCol
    endRow
    endCol
    row
    An integer value indicate the row index.
    column
    An integer value indicate the column index.
    isRightToLeft
    minCompositeBorderRow
    minCompositeBorderColumn
    maxCompositBorderRow
    maxCompositeBorderColumn
    dpiX
    dpiY
    tag
    See Also