Spread WinForms 15
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / MarginCollection Class / MarginList Property


In This Topic
MarginList Property
In This Topic
Gets the margin list.
Syntax
'Declaration
 
Public ReadOnly Property MarginList As List(Of MarginInfo)
 
'Usage
 
Dim instance As MarginCollection
Dim value As List(Of MarginInfo)
 
value = instance.MarginList
See Also