CommentsRange
Line Property
|
This property doesn't support in this class.
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
Return Value
Type:
IShapeLineFormat
The line format of the shape.
Implements
ITextBoxShape
Line
IShape
Line
Exceptions
Exception
|
Condition
|
NotSupportedException
|
This property doesn't support in this class.
|
See Also