Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / BordersInfo Class / Diagonal Property


In This Topic
    Diagonal Property (BordersInfo)
    In This Topic
    Border running from the lower left-hand corner to the upper right of each cell in the range.
    Syntax
    'Declaration
     
    <TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
    Public Property Diagonal As BorderInfo
    'Usage
     
    Dim instance As BordersInfo
    Dim value As BorderInfo
     
    instance.Diagonal = value
     
    value = instance.Diagonal
    [TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    public BorderInfo Diagonal {get; set;}
    See Also