'Declaration
Public Function GetBorderLayout( _
ByVal As Rect, _
ByVal As Worksheet, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As BordersIndex, _
ByVal As Boolean, _
ByVal As Integer, _
ByVal minCompositeBorderColumn As Integer, _
ByVal As Integer, _
ByVal maxCompositeBorderColumn As Integer, _
ByVal As Single, _
ByVal As Single, _
ByVal As Object _
) As CellBorderData
'Usage
Dim instance As BorderLayoutEngine
Dim rectangle As Rect
Dim worksheet As Worksheet
Dim startRow As Integer
Dim startCol As Integer
Dim endRow As Integer
Dim endCol As Integer
Dim bordersIndex As BordersIndex
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 CellBorderData
value = instance.GetBorderLayout(rectangle, worksheet, startRow, startCol, endRow, endCol, bordersIndex, isRightToLeft, minCompositeBorderRow, minCompositeBorderColumn, maxCompositBorderRow, maxCompositeBorderColumn, dpiX, dpiY, tag)
public CellBorderData GetBorderLayout(
Rect ,
Worksheet ,
int ,
int ,
int ,
int ,
BordersIndex ,
bool ,
int ,
int minCompositeBorderColumn,
int ,
int maxCompositeBorderColumn,
float ,
float ,
object
)