Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / LayoutManager Property


In This Topic
    LayoutManager Property (Worksheet)
    In This Topic
    Gets the layout manager of this worksheet.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property LayoutManager As LayoutManager
    'Usage
     
    
    Dim instance As Worksheet
    Dim value As LayoutManager
     
    value = instance.LayoutManager
    public LayoutManager LayoutManager {get;}

    Property Value

    A LayoutManager object represents the layout manager of this worksheet.
    See Also