Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpreadTreeHelper Class / GetHexagonBounding Method
MoreColors dialog
Row index
Column index


In This Topic
    GetHexagonBounding Method
    In This Topic
    Get hexagon rectangle from dialog.
    Syntax
    'Declaration
     
    
    Public Shared Function GetHexagonBounding( _
       ByVal moreColors As MoreColors, _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) As Rectangle
    'Usage
     
    
    Dim moreColors As MoreColors
    Dim row As Integer
    Dim column As Integer
    Dim value As Rectangle
     
    value = FpSpreadTreeHelper.GetHexagonBounding(moreColors, row, column)
    public static Rectangle GetHexagonBounding( 
       MoreColors moreColors,
       int row,
       int column
    )

    Parameters

    moreColors
    MoreColors dialog
    row
    Row index
    column
    Column index
    See Also