Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / BorderLine Class / CompoundType Property


In This Topic
    CompoundType Property (BorderLine)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property CompoundType As LineCompoundType
    'Usage
     
    
    Dim instance As BorderLine
    Dim value As LineCompoundType
     
    instance.CompoundType = value
     
    value = instance.CompoundType
    public LineCompoundType CompoundType {get; set;}
    See Also