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; }

Property Value

Type: ILineFormat

Implements

ICellBorderBottom
See Also