Note: This API is now obsolete.
Returns a left 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.BorderLeft instead. The property will be removed after release of version 20.8.")]
public ILineFormat BorderLeft { get; }
<ObsoleteAttribute("Use Cell.CellFormat.BorderLeft instead. The property will be removed after release of version 20.8.")>
Public ReadOnly Property BorderLeft As ILineFormat
Get
public:
[ObsoleteAttribute(L"Use Cell.CellFormat.BorderLeft instead. The property will be removed after release of version 20.8.")]
virtual property ILineFormat^ BorderLeft {
ILineFormat^ get () sealed;
}
[<ObsoleteAttribute("Use Cell.CellFormat.BorderLeft instead. The property will be removed after release of version 20.8.")>]
abstract BorderLeft : ILineFormat with get
[<ObsoleteAttribute("Use Cell.CellFormat.BorderLeft instead. The property will be removed after release of version 20.8.")>]
override BorderLeft : ILineFormat with get
Property Value
Type:
ILineFormatImplements
ICellBorderLeft
See Also