Represents line format properties. Read only.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IShapeLineFormat Line { get; }
Public ReadOnly Property Line As IShapeLineFormat
Get
public:
virtual property IShapeLineFormat^ Line {
IShapeLineFormat^ get () sealed;
}
abstract Line : IShapeLineFormat with get
override Line : IShapeLineFormat with get
Property Value
Type:
IShapeLineFormat
Implements
IShape
Line
See Also