ExcelCommentObject
Line Property
|
Gets the line format of the comment.
Namespace:
Spire.Xls
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
ITextBoxShape
Line
IShape
Line
See Also