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

Property Value

An Outline object represents the row outline.
See Also