Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / LayoutManager Class / ColumnOutline Property


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

    Property Value

    An Outline object represents the column outline.
    See Also