VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.Document Namespace / CellBorders Class / IsDiagonalDown Property
Syntax Requirements SeeAlso
In This Topic
    IsDiagonalDown Property (CellBorders)
    In This Topic
    Gets a value indicating whether Diagonal border musth be draw from top-left to bottom-right.
    Syntax
    'Declaration
    
    Public ReadOnly Property IsDiagonalDown As Boolean
    
    
    public bool IsDiagonalDown { get; }
    
    
    public: __property bool get_IsDiagonalDown();
    
    
    
    public:
    property bool IsDiagonalDown { bool get(); }

    Property Value

    True the Diagonal border musth be draw from top-left to bottom-right; otherwise, false. Default value is false.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also