Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / MultiColumnEditor Class / BorderPriv Property


In This Topic
    BorderPriv Property (MultiColumnEditor)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Protected Overridable Property BorderPriv As IBorder
    'Usage
     
    
    Dim instance As MultiColumnEditor
    Dim value As IBorder
     
    instance.BorderPriv = value
     
    value = instance.BorderPriv
    protected virtual IBorder BorderPriv {get; set;}
    See Also