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

    Property Value

    True the Diagonal border musth be draw from bottom-left to top-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