Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / GetUIManager Method


In This Topic
    GetUIManager Method
    In This Topic
    Get the UI manager for Spread
    Syntax
    'Declaration
     
    
    Public Overridable Function GetUIManager( _
       ByVal workbookSet As IWorkbookSet _
    ) As SpreadWinUIManager
    'Usage
     
    
    Dim instance As FpSpread
    Dim workbookSet As IWorkbookSet
    Dim value As SpreadWinUIManager
     
    value = instance.GetUIManager(workbookSet)
    public virtual SpreadWinUIManager GetUIManager( 
       IWorkbookSet workbookSet
    )

    Parameters

    workbookSet
    See Also