Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CharBoxInfo Class / Border Property


In This Topic
    Border Property (CharBoxInfo)
    In This Topic
    Gets or sets border of the char box.
    Syntax
    'Declaration
     
    
    Public Property Border As CharBoxBorderInfo
    'Usage
     
    
    Dim instance As CharBoxInfo
    Dim value As CharBoxBorderInfo
     
    instance.Border = value
     
    value = instance.Border
    public CharBoxBorderInfo Border {get; set;}

    Property Value

    A CharBoxBorderInfo indicates the border of the char box.
    Remarks
    This property retrieves the border style of this CharBoxInfo.
    See Also