Spread Windows Forms 15.0
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
    public List<MarginInfo> MarginList {get;}
    See Also