Spread WinForms 15
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

Property Value

An Outline object represents the column outline.
See Also