CellBorderBottom Property |
Note: This API is now obsolete.
Returns a bottom border line properties object.
Read-only
ILineFormat.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax [ObsoleteAttribute("Use Cell.CellFormat.BorderBottom instead. The property will be removed after release of version 20.8.")]
public ILineFormat BorderBottom { get; }
<ObsoleteAttribute("Use Cell.CellFormat.BorderBottom instead. The property will be removed after release of version 20.8.")>
Public ReadOnly Property BorderBottom As ILineFormat
Get
public:
[ObsoleteAttribute(L"Use Cell.CellFormat.BorderBottom instead. The property will be removed after release of version 20.8.")]
virtual property ILineFormat^ BorderBottom {
ILineFormat^ get () sealed;
}
[<ObsoleteAttribute("Use Cell.CellFormat.BorderBottom instead. The property will be removed after release of version 20.8.")>]
abstract BorderBottom : ILineFormat with get
[<ObsoleteAttribute("Use Cell.CellFormat.BorderBottom instead. The property will be removed after release of version 20.8.")>]
override BorderBottom : ILineFormat with get
Property Value
Type:
ILineFormatImplements
ICellBorderBottomSee Also