Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / LayoutManager Class / GenerateUILayout Method


In This Topic
    GenerateUILayout Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub GenerateUILayout( _
       ByVal startIndex As Integer, _
       ByVal endIndex As Integer, _
       ByVal isRow As Boolean, _
       ByVal callback As Action(Of Integer,Integer,Integer,Boolean,MergePolicy) _
    ) 
    'Usage
     
    
    Dim instance As LayoutManager
    Dim startIndex As Integer
    Dim endIndex As Integer
    Dim isRow As Boolean
    Dim callback As Action(Of Integer,Integer,Integer,Boolean,MergePolicy)
     
    instance.GenerateUILayout(startIndex, endIndex, isRow, callback)

    Parameters

    startIndex
    endIndex
    isRow
    callback
    See Also