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


In This Topic
    RowOutline Property
    In This Topic
    Gets the row outline.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property RowOutline As Outline
    'Usage
     
    
    Dim instance As LayoutManager
    Dim value As Outline
     
    value = instance.RowOutline
    public Outline RowOutline {get;}

    Property Value

    An Outline object represents the row outline.
    See Also