Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / ColumnInfo Class / Borders Property


In This Topic
    Borders Property (ColumnInfo)
    In This Topic
    Gets the BordersInfo object that represents the borders of the specified object.
    Syntax
    'Declaration
     
    <TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
    Public Overrides NotOverridable Property Borders As BordersInfo
    'Usage
     
    Dim instance As ColumnInfo
    Dim value As BordersInfo
     
    instance.Borders = value
     
    value = instance.Borders
    [TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    public override BordersInfo Borders {get; set;}

    Property Value

    The borders of the specified object.
    See Also