VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.UI Namespace / CellBordersPreviewManager Class / CanEditHorizontalBorder Property
Syntax Requirements SeeAlso
In This Topic
    CanEditHorizontalBorder Property (CellBordersPreviewManager)
    In This Topic
    Gets a value indicating whether horizontal border can be edited.
    Syntax
    'Declaration
    
    Public ReadOnly Property CanEditHorizontalBorder As Boolean
    
    
    public bool CanEditHorizontalBorder { get; }
    
    
    public: __property bool get_CanEditHorizontalBorder();
    
    
    
    public:
    property bool CanEditHorizontalBorder { bool get(); }
    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